Skip to content

Commit d234128

Browse files
committed
CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent 404 problems
Reference: #451
1 parent cb7bd4c commit d234128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
2929
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}
30+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3031

3132
steps:
3233
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)