Merge pull request #4894 from crazy-max/codecov-token

ci: set codecov token
This commit is contained in:
Sebastiaan van Stijn 2024-02-22 23:20:49 +01:00 committed by GitHub
commit 9767d02493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -62,3 +62,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./build/coverage/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

View File

@ -34,6 +34,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./build/coverage/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
host:
runs-on: ${{ matrix.os }}
@ -77,3 +78,4 @@ jobs:
with:
file: /tmp/coverage.txt
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
token: ${{ secrets.CODECOV_TOKEN }}