1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #7960 from cakebaker/ci_fix_unexpected_input_warning

ci: fix `unexpected input 'file'` warning in coverage job
This commit is contained in:
Dorian Péron 2025-05-19 18:23:46 +02:00 committed by GitHub
commit b2b4eb9027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1119,7 +1119,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.run_test_cov.outputs.report }}
files: ${{ steps.run_test_cov.outputs.report }}
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
name: codecov-umbrella