Add codecov token (#6797)

add codecov token
This commit is contained in:
Maximilian Hils 2024-04-12 17:26:23 +02:00 committed by GitHub
parent bfbd777cbb
commit b858a826bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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:
@ -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