Skip to content

Commit

Permalink
ci: use codecov token when uploading reports (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Oct 10, 2024
1 parent 23aae01 commit 3c7c0da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
- name: Report Coverage
if: ${{ matrix.code-coverage && !cancelled()}}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true

Expand Down Expand Up @@ -170,5 +172,7 @@ jobs:
run: npm run test:browser
- name: Report Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true

0 comments on commit 3c7c0da

Please sign in to comment.