mirror of https://github.com/k3s-io/k3s.git
Add codcov secret for integration tests on Push (#9422)
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/9344/head
parent
753c00f30c
commit
b1323935dc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue