Skip to content

Commit

Permalink
chore(gha): fix upload coverage condition
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Nov 7, 2024
1 parent a4e1f03 commit 3699679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/
- name: Upload coverage to Codecov
if: ${{ matrix.node-version == '20' }}
if: ${{ matrix.node-version == 'lts/*' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos as documented, but seems broken
Expand Down

0 comments on commit 3699679

Please sign in to comment.