Skip to content

Commit 480282c

Browse files
authored
ci: Fix codecov token fail for Postgres (#9156)
1 parent e6be511 commit 480282c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,10 @@ jobs:
289289
- name: Upload code coverage
290290
uses: codecov/codecov-action@v4
291291
with:
292-
fail_ci_if_error: true
292+
fail_ci_if_error: false
293293
token: ${{ secrets.CODECOV_TOKEN }}
294+
env:
295+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
294296
concurrency:
295297
group: ${{ github.workflow }}-${{ github.ref }}
296298
cancel-in-progress: true

0 commit comments

Comments
 (0)