Skip to content

Commit

Permalink
build: fail CI if coverage upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Mar 31, 2024
1 parent 00ce054 commit 76166e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -44,3 +44,4 @@ jobs:
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 76166e4

Please sign in to comment.