Skip to content

Commit 09b9b34

Browse files
committed
fix coverage
1 parent b73dbaf commit 09b9b34

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ coverage:
88
status:
99
project:
1010
default:
11-
threshold: 0.5%
11+
threshold: 0.1%

.github/workflows/pytest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@ jobs:
3636
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
39-
files: ./coverage.xml
40-
flags: unittests
41-
name: codecov-umbrella
4239
fail_ci_if_error: true
4340
verbose: true

0 commit comments

Comments
 (0)