Skip to content

Commit

Permalink
CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent 404…
Browse files Browse the repository at this point in the history
… problems

Reference: #451
  • Loading branch information
amotl committed Oct 4, 2022
1 parent f34e70e commit f5aedc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
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

0 comments on commit f5aedc8

Please sign in to comment.