Skip to content

Commit 839c5ae

Browse files
authored
Stop failing doc builds for codecov token error
Codecov is giving a lot of token errors these days, which cause build failures. Let's disable this for now.
1 parent a140f53 commit 839c5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
file: lcov.info
3030
token: ${{ secrets.CODECOV_TOKEN }}
31-
fail_ci_if_error: true
31+
fail_ci_if_error: false

0 commit comments

Comments
 (0)