Skip to content

Commit 222673b

Browse files
authored
codecov-action: explicitly set fail_ci_if_error: true (instead of relying on the default value)
1 parent 041fa99 commit 222673b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- uses: codecov/codecov-action@v5
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
79+
fail_ci_if_error: false
7980
files: lcov.info
8081
- uses: julia-actions/julia-uploadcoveralls@v1
8182
continue-on-error: true

0 commit comments

Comments
 (0)