Skip to content

Commit

Permalink
[build.yml] Don't fail cli if codecoverage fails
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Nov 3, 2023
1 parent c60f765 commit 0cf258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/Test_CPP_Bindings_filtered.info
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)

build-windows-release:
Expand Down

0 comments on commit 0cf258f

Please sign in to comment.