Skip to content

Commit

Permalink
feat: not fail CI if codecov error (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa authored Jan 15, 2024
1 parent f166a7e commit 6b37f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 6b37f10

Please sign in to comment.