Skip to content

Commit

Permalink
Dont fail the coverage job if it fails to upload the report to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 7, 2023
1 parent b8e0f9c commit 759dfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: Code/lcov.info
flags: integration
fail_ci_if_error: true
fail_ci_if_error: false

mbt-coverage:
name: MBT
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: Code/lcov.info
flags: mbt
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 759dfda

Please sign in to comment.