Skip to content

Commit

Permalink
Update codecov with token
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Dec 11, 2024
1 parent 22882f8 commit e979e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ jobs:

- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit e979e3e

Please sign in to comment.