Skip to content

Commit

Permalink
chore: fail if codecov fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Feb 7, 2023
1 parent 5674ca6 commit c0d0f61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true



release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0d0f61

Please sign in to comment.