Skip to content

Commit

Permalink
Fail CI if coverage upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Dec 14, 2023
1 parent 1ddf3c7 commit 0c9c0da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
run: yarn coverage
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0c9c0da

Please sign in to comment.