Skip to content

Commit

Permalink
Update action to upload codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 25, 2024
1 parent 8810e9f commit 896556e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: coverage run runtests.py

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 896556e

Please sign in to comment.