Skip to content

Commit

Permalink
chore: try codecov token again
Browse files Browse the repository at this point in the history
I tried this recently in 1a1a820 and
then reverted in b8b1c42. Unfortunately
I'm still seeing spurious failures from codecov, so let's try the token
one more time.

This time I double checked the token is provided by
https://app.codecov.io/gh/shelljs/shelljs/settings. I regenerated the
token for good measure.
  • Loading branch information
nfischer committed Feb 18, 2024
1 parent a6d1e49 commit 45ffea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -51,4 +51,5 @@ jobs:
if: matrix.node-version >= 10
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 45ffea1

Please sign in to comment.