Skip to content

Commit

Permalink
ci: fail if coverage upload failed
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Sep 30, 2024
1 parent 7d38755 commit 7343b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
slug: tristiisch/PyRamid
files: ./coverage/result
fail_ci_if_error: true

docker_image_push:
name: "Push"
Expand Down

0 comments on commit 7343b5d

Please sign in to comment.