Skip to content

Commit

Permalink
generate cov reports in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanda committed Sep 22, 2023
1 parent e874cf8 commit 96cbbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python -m pip install --upgrade pip
make install
- name: Run tests
run: pytest -vv
run: pytest -vv --cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==7.1.2
pytest-benchmark==4.0.0
pytest-cov==4.1.0
mypy==0.961

0 comments on commit 96cbbfb

Please sign in to comment.