Skip to content

Commit 3ffa8fc

Browse files
committed
ci: make codecov upload non-blocking and inherit secrets in release workflow
1 parent b9c812b commit 3ffa8fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
checks:
1010
uses: ./.github/workflows/reusable-ci.yml
11+
secrets: inherit
1112
with:
1213
all-features: true
1314

.github/workflows/reusable-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ jobs:
222222
with:
223223
token: ${{ secrets.CODECOV_TOKEN }}
224224
files: lcov.info
225-
fail_ci_if_error: true
225+
fail_ci_if_error: false
226226
verbose: true

0 commit comments

Comments
 (0)