Skip to content

Commit

Permalink
Update codecov (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jul 22, 2024
1 parent e7a1fa7 commit a3b056a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
branch = True

[report]
exclude_also =
if TYPE_CHECKING
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unit
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

check: # This job does nothing and is only used for the branch protection
if: always()
Expand Down

0 comments on commit a3b056a

Please sign in to comment.