Skip to content

Commit

Permalink
add fail on error to codecov-startup (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini authored Sep 18, 2023
1 parent 1f88440 commit 1598ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
pip install codecov-cli
- name: Create commit in codecov
run: |
codecovcli create-commit -t ${{ secrets.CODECOV_TOKEN }} --git-service github
codecovcli create-commit --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} --git-service github
- name: Create commit report in codecov
run: |
codecovcli create-report -t ${{ secrets.CODECOV_TOKEN }} --git-service github
codecovcli create-report --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} --git-service github
build-test-upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1598ac6

Please sign in to comment.