Skip to content

Commit

Permalink
gha: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 3, 2024
1 parent 7874156 commit d882a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:

- name: Upload coverage report
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Build package
run: nox -s build-${{ matrix.pyv }}

0 comments on commit d882a45

Please sign in to comment.