Skip to content

Commit

Permalink
Fail ci if codecov fails (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm authored Feb 26, 2024
1 parent b980b2b commit 140b1b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 140b1b0

Please sign in to comment.