add coverage
This commit is contained in:
parent
9b3359d3ec
commit
eb7d09f375
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install black flake8 pytest
|
pip install black flake8 pytest-cov
|
||||||
- name: Run black
|
- name: Run black
|
||||||
run:
|
run:
|
||||||
black --check .
|
black --check .
|
||||||
|
|
@ -46,4 +46,4 @@ jobs:
|
||||||
run: flake8
|
run: flake8
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run:
|
run:
|
||||||
pytest tests
|
pytest tests --cov=enhancer/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue