Skip to content

Commit

Permalink
migrate to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Sep 13, 2024
1 parent 6785970 commit 4a4e227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: pytest
coverageCommand: coverage run -m pytest

build-push:
name: Build + Push Image
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.3
pytest-cov==5.0.0
coverage==7.6.1
httpx==0.27.2
flake8==7.1.1

0 comments on commit 4a4e227

Please sign in to comment.