Skip to content

Commit

Permalink
ci: fail codecov workflow if error happens (#48)
Browse files Browse the repository at this point in the history
Codecov upload on push to main is currently encountering an error, but the GitHub workflow does not fail like it does on pull request.
This PR will make the worfklow fail if it encounters an error, making it easier to see the error
  • Loading branch information
tnevrlka authored Jul 18, 2023
1 parent 6e230b3 commit b66b6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: make test
- name: Upload Codecov Report
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit b66b6d1

Please sign in to comment.