Skip to content

Commit 5613668

Browse files
authored
disable codecov ci fail on error
Signed-off-by: Michael Beemer <[email protected]>
1 parent cfd5f8a commit 5613668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
flags: unittests # optional
5151
name: coverage # optional
52-
fail_ci_if_error: true # optional (default = false)
52+
fail_ci_if_error: false # optional (default = false)
5353
verbose: true # optional (default = false)
5454

5555
lint:

0 commit comments

Comments
 (0)