mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 03:16:09 +08:00
Merge pull request #255 from crazy-max/codecov-token
ci: set codecov token
This commit is contained in:
commit
039e7f9c6e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
with:
|
||||
file: ./coverage/clover.xml
|
||||
flags: unit
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
prepare-itg:
|
||||
runs-on: ubuntu-latest
|
||||
@ -126,3 +127,4 @@ jobs:
|
||||
with:
|
||||
file: ./coverage/clover.xml
|
||||
flags: itg
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user