Skip to content

Commit

Permalink
add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Apr 12, 2024
1 parent 61b094a commit fab7754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- uses: mhils/better-codecov-action@main
with:
arguments: '--file ./coverage.xml --name ${{ matrix.os }}'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build:
strategy:
Expand Down Expand Up @@ -167,6 +169,8 @@ jobs:
- uses: mhils/better-codecov-action@main
with:
arguments: '--file ./web/coverage/coverage-final.json'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fab7754

Please sign in to comment.