ci: add --cov to test run
This commit is contained in:
parent
563a041fa6
commit
8580249cd3
|
|
@ -42,4 +42,4 @@ jobs:
|
||||||
black --check --diff pandas_ods_reader/ tests/
|
black --check --diff pandas_ods_reader/ tests/
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
python -m pytest tests/
|
python -m pytest --cov tests/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue