Skip to content

Commit

Permalink
Update codecov workflow to v4 and add upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed May 19, 2024
1 parent 58a766c commit 4ecce1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
sqlite3 "$f" "update file set path = replace(path, '\\', '/');"
done
tox -e report
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4ecce1e

Please sign in to comment.