Skip to content

Commit

Permalink
CI: Use explicit CODECOV_TOKEN to mitigate intermittent 404 problems
Browse files Browse the repository at this point in the history
Reference: #451
  • Loading branch information
amotl committed Oct 4, 2022
1 parent cb2d904 commit 708d160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,4 +55,5 @@ jobs:
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
token: ${{ env.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 708d160

Please sign in to comment.