Skip to content

Commit

Permalink
try CodeCov secret for authentication
Browse files Browse the repository at this point in the history
(this could take a while to get working properly...)
  • Loading branch information
Bribak committed Nov 15, 2024
1 parent 4960c5c commit 54345f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
fail_ci_if_error: true

0 comments on commit 54345f2

Please sign in to comment.