ci: add --cov to test run

This commit is contained in:
ljnsn 2022-12-21 23:57:59 +01:00
parent 563a041fa6
commit 8580249cd3
1 changed files with 1 additions and 1 deletions

View File

@ -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/