mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
ci: use codecov token in CICD/GnuTests workflows
This commit is contained in:
parent
629a926829
commit
9f2e426bf2
2 changed files with 2 additions and 2 deletions
1
.github/workflows/GnuTests.yml
vendored
1
.github/workflows/GnuTests.yml
vendored
|
@ -399,6 +399,7 @@ jobs:
|
|||
- name: Upload coverage results (to Codecov.io)
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ${{ steps.coverage.outputs.report }}
|
||||
flags: gnutests
|
||||
name: gnutests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue