Skip to content

Commit

Permalink
Update for Codecov token handling change
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 9, 2024
1 parent 7bbeaff commit 829def3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -170,9 +170,9 @@ jobs:
- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
# see https://github.com/codecov/codecov-action/issues/557
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 829def3

Please sign in to comment.