Skip to content

Commit

Permalink
Renable Codecov (#1440)
Browse files Browse the repository at this point in the history
* Renable Codecov

* Bump codecov-action and provide CODECOV_TOKEN
  • Loading branch information
abhinavsingh authored Aug 6, 2024
1 parent 2dbc8af commit b9fa0d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,12 +545,13 @@ jobs:
--parallel-live
--skip-missing-interpreters false
--skip-pkg-install
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# flags: pytest, GHA, Python ${{ matrix.python }}, ${{ runner.os }}
# verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
flags: pytest, GHA, Python ${{ matrix.python }}, ${{ runner.os }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
test-container:
runs-on: ubuntu-20.04
permissions:
Expand Down

0 comments on commit b9fa0d5

Please sign in to comment.