Metadata-Version: 2.4
Name: evo-adapter-jest-cov
Version: 0.1.0
Summary: Evolution Engine adapter for Jest coverage reports
Author-email: CodeQual <info@codequal.dev>
License: MIT
Project-URL: Homepage, https://codequal.dev
Project-URL: Repository, https://github.com/codequaldev/evolution-engine
Project-URL: Documentation, https://codequal.dev/docs
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# evo-adapter-jest-cov

Evolution Engine adapter for jest-cov (testing family).

## Install

```bash
pip install evo-adapter-jest-cov
```

After installing, `evo analyze .` will automatically detect and use this adapter.

## Verify

```bash
evo adapter validate evo_jest_cov.JestCovAdapter
evo adapter list .
```

## Development

```bash
git clone <this-repo>
cd evo-adapter-jest-cov
pip install -e .
pytest tests/
evo adapter validate evo_jest_cov.JestCovAdapter
```
