Skip to content

Commit

Permalink
Addec codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Mar 5, 2024
1 parent 8155233 commit 526d939
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 @@ -47,7 +47,7 @@ jobs:
with:
path: build
- name: Run PyTest
run: pytest
run: pytest --cov .
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ deepdiff>=6.7.1
mypy>=1.8.0
pre_commit>=3.5.0
pytest>=8.0.2
pytest_cov>=4.1.0
requests>=2.31.0
ruff>=0.3.0
tomli>=2.0.1
Expand Down

0 comments on commit 526d939

Please sign in to comment.