Skip to content

Commit 8be48c3

Browse files
committed
do not fail codecov
1 parent f91669e commit 8be48c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matlab_test_and_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
file: coverage.xml # optional
6868
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
6969
name: codecov-umbrella # optional
70-
fail_ci_if_error: true # optional (default = false)
70+
fail_ci_if_error: false # optional (default = false)
7171
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/octave_test_and_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
file: coverage.xml # optional
3333
flags: octave # optional
3434
name: codecov-umbrella # optional
35-
fail_ci_if_error: true # optional (default = false)
35+
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)