Skip to content

Commit

Permalink
[ci] Do not fail CI pipeline, if coverage upload fails.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
  • Loading branch information
seifertm committed Apr 29, 2024
1 parent b4aebfb commit 12de7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

deploy:
name: Deploy
Expand Down

0 comments on commit 12de7f6

Please sign in to comment.