ci: Fix codecov token fail for Postgres (#9156)

This commit is contained in:
Manuel
2024-06-23 19:03:13 +02:00
committed by GitHub
parent e6be5117d0
commit 480282cf18

View File

@@ -289,8 +289,10 @@ jobs:
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true