Skip to content

Commit

Permalink
⬆️ Update codecov/codecov-action action to v4 (#579)
Browse files Browse the repository at this point in the history
* ⬆️ Update codecov/codecov-action action to v4

* Add Codecov token for code coverage upload

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Klaas Schoute <[email protected]>
  • Loading branch information
renovate[bot] and klaasnicolaas authored Feb 13, 2024
1 parent 2a179dc commit 556eb40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ jobs:
poetry run coverage combine coverage*/.coverage*
poetry run coverage xml -i
- name: 🚀 Upload coverage report
uses: codecov/[email protected]
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 556eb40

Please sign in to comment.