mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-06 19:49:51 +00:00
Add codcov secret for integration tests on Push (#9422)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
1
.github/workflows/integration.yaml
vendored
1
.github/workflows/integration.yaml
vendored
@@ -73,6 +73,7 @@ jobs:
|
||||
- name: Upload Results To Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./${{ matrix.itest }}.out
|
||||
flags: inttests # optional
|
||||
verbose: true # optional (default = false)
|
||||
|
||||
Reference in New Issue
Block a user