Skip to content

Commit

Permalink
codecov/codecov-action moved to v4 and added CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzaurin committed Jun 10, 2024
1 parent 8e7fdd2 commit a08a3c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
coverage report --fail-under=90
coverage xml
- name: upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit a08a3c0

Please sign in to comment.