Skip to content

Commit

Permalink
[CI] Use newer codecov action with tokenless upload
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 27, 2024
1 parent 4cb1fa5 commit 1b48991
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,9 @@ jobs:
path: interfaces/dotnet/coveragereport*
retention-days: 5
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
verbose: true
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml,./build/pycov.xml,./interfaces/dotnet/coverage.cobertura.xml
fail_ci_if_error: true

Expand Down

0 comments on commit 1b48991

Please sign in to comment.