parent
bfbd777cbb
commit
b858a826bf
|
@ -75,6 +75,8 @@ jobs:
|
||||||
- uses: mhils/better-codecov-action@main
|
- uses: mhils/better-codecov-action@main
|
||||||
with:
|
with:
|
||||||
arguments: '--file ./coverage.xml --name ${{ matrix.os }}'
|
arguments: '--file ./coverage.xml --name ${{ matrix.os }}'
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -167,6 +169,8 @@ jobs:
|
||||||
- uses: mhils/better-codecov-action@main
|
- uses: mhils/better-codecov-action@main
|
||||||
with:
|
with:
|
||||||
arguments: '--file ./web/coverage/coverage-final.json'
|
arguments: '--file ./web/coverage/coverage-final.json'
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue