Skip to content

Commit

Permalink
Update codecov action, add token
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Aug 5, 2024
1 parent ed984de commit 172e716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pkg: statistics
with_coverage: true
cover_xml_file: coverage.xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 172e716

Please sign in to comment.