add coverage

This commit is contained in:
shahules786 2022-10-06 11:40:28 +05:30
parent 9b3359d3ec
commit eb7d09f375
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install black flake8 pytest
pip install black flake8 pytest-cov
- name: Run black
run:
black --check .
@ -46,4 +46,4 @@ jobs:
run: flake8
- name: Test with pytest
run:
pytest tests
pytest tests --cov=enhancer/