Skip to content

Commit

Permalink
Update Codecov version (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Apr 12, 2024
1 parent 29f3453 commit 0ffeb96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
tox -- --cov AIPscan --cov-config .coveragerc --cov-report xml:coverage.xml
- name: "Upload coverage report"
if: github.repository == 'artefactual-labs/AIPscan'
uses: "codecov/codecov-action@v1"
uses: "codecov/codecov-action@v4"
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
with:
files: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 0ffeb96

Please sign in to comment.