We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
file
files
1 parent aaa1953 commit 9643cc9Copy full SHA for 9643cc9
.github/workflows/CI.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- uses: codecov/codecov-action@v5
82
with:
83
- file: lcov.info
+ files: lcov.info
84
token: ${{ secrets.CODECOV_TOKEN }}
85
fail_ci_if_error: true
86
0 commit comments