We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91669e commit 8be48c3Copy full SHA for 8be48c3
.github/workflows/matlab_test_and_coverage.yml
@@ -67,5 +67,5 @@ jobs:
67
file: coverage.xml # optional
68
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
69
name: codecov-umbrella # optional
70
- fail_ci_if_error: true # optional (default = false)
+ fail_ci_if_error: false # optional (default = false)
71
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/octave_test_and_coverage.yml
@@ -32,4 +32,4 @@ jobs:
32
33
flags: octave # optional
34
35
0 commit comments