Add codcov secret for integration tests on Push (#9422)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2024-02-08 09:01:36 -08:00
committed by GitHub
parent 753c00f30c
commit b1323935dc

View File

@@ -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)