Skip to content

Commit

Permalink
adjust coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo committed Feb 9, 2023
1 parent f3bc6e8 commit 7f89e4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coverage:
status:
project:
default:
# basic
threshold: 5%
patch:
default:
threshold: 5%
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ jobs:

- name: Upload coverage
continue-on-error: true
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env_vars: OS,PYTHON
verbose: true

Expand Down

0 comments on commit 7f89e4e

Please sign in to comment.