We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73dbaf commit 09b9b34Copy full SHA for 09b9b34
2 files changed
.github/.codecov.yml .github/codecov.yml.github/.codecov.yml renamed to .github/codecov.yml
@@ -8,4 +8,4 @@ coverage:
8
status:
9
project:
10
default:
11
- threshold: 0.5%
+ threshold: 0.1%
.github/workflows/pytest.yml
@@ -36,8 +36,5 @@ jobs:
36
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
- files: ./coverage.xml
40
- flags: unittests
41
- name: codecov-umbrella
42
fail_ci_if_error: true
43
verbose: true
0 commit comments