Skip to content

Commit b9fa0d5

Browse files
authored
Renable Codecov (#1440)
* Renable Codecov * Bump codecov-action and provide CODECOV_TOKEN
1 parent 2dbc8af commit b9fa0d5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test-library.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,13 @@ jobs:
545545
--parallel-live
546546
--skip-missing-interpreters false
547547
--skip-pkg-install
548-
# - name: Upload coverage to Codecov
549-
# uses: codecov/codecov-action@v3
550-
# with:
551-
# flags: pytest, GHA, Python ${{ matrix.python }}, ${{ runner.os }}
552-
# verbose: true
553-
548+
- name: Upload coverage to Codecov
549+
uses: codecov/codecov-action@v4
550+
with:
551+
flags: pytest, GHA, Python ${{ matrix.python }}, ${{ runner.os }}
552+
verbose: true
553+
env:
554+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
554555
test-container:
555556
runs-on: ubuntu-20.04
556557
permissions:

0 commit comments

Comments
 (0)