Skip to content

Commit

Permalink
[ci] Bump codecov upload script.
Browse files Browse the repository at this point in the history
Introduce a token as recommended by the codecov docs.
  • Loading branch information
vgvassilev committed Apr 15, 2024
1 parent 1881ac1 commit 8b19028
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,12 @@ jobs:
- name: Upload to codecov.io
if: ${{ success() && (matrix.coverage == true) }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.info
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload report to coverity_scan
if: ${{ success() && (matrix.coverity == true) }}
Expand Down

0 comments on commit 8b19028

Please sign in to comment.