Skip to content

Commit

Permalink
make sure to send the codecov token when uploading coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
shadycuz committed May 22, 2024
1 parent b5ebe49 commit d4a225b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
uses: codecov/[email protected]
with:
flags: unit
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

multi:
needs: pre_commit
Expand Down

0 comments on commit d4a225b

Please sign in to comment.