Skip to content

Commit

Permalink
chore: don't fail ci if codecov upload fails, specify codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Jun 14, 2024
1 parent d3f92ed commit 7f5a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7f5a2b6

Please sign in to comment.