Skip to content

Commit

Permalink
Fix codecov (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 2, 2024
1 parent ae4d946 commit 0ab05e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ coverage:
- pytest
project:
default:
target: 100%
target: 85% # 100%
lib:
flags:
- pytest
paths:
- propcache/
target: 97.91%
target: 93% # 97.91%
tests:
flags:
- pytest
paths:
- tests/
target: 99.87% # 100%
target: 97.87% # 100%
typing:
flags:
- MyPy
target: 100%
target: 70% # 100%

...
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
lint:
uses: ./.github/workflows/reusable-linters.yml
secrets:
codecov-token: 26f4a393-24a9-48d9-8fa4-f1344d930846
codecov-token: b3595683-c992-48f6-9dc6-d4903e558e24

build-wheels-for-tested-arches:
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
!cancelled()
uses: codecov/codecov-action@v4
with:
token: 26f4a393-24a9-48d9-8fa4-f1344d930846
token: b3595683-c992-48f6-9dc6-d4903e558e24
file: ./coverage.xml
flags: >-
CI-GHA,
Expand Down

0 comments on commit 0ab05e4

Please sign in to comment.