Skip to content

Commit

Permalink
i: don't fail CI jobs if code coverage reporting fails
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Nov 13, 2024
1 parent 5ec1880 commit 831d823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 831d823

Please sign in to comment.