Skip to content

Commit

Permalink
Set fail_ci_if_error option in codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Dec 5, 2023
1 parent ff61a4f commit d18e87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

analyze:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d18e87e

Please sign in to comment.