Skip to content

Commit

Permalink
test: ensure coverage reporting token is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 6, 2024
1 parent 55f3ce4 commit 09ee7cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: pnpm run test:coverage
- name: codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
knip-report:
if: ${{ github.event_name == 'pull_request' }}
needs: [build]
Expand Down

0 comments on commit 09ee7cf

Please sign in to comment.