Skip to content

Commit

Permalink
Add Codecov token for coverage report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Feb 3, 2024
1 parent b746a3b commit 2e210b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ jobs:
poetry run coverage xml -i
- name: 🚀 Upload coverage report
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2e210b0

Please sign in to comment.