We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddf308 commit 5502555Copy full SHA for 5502555
1 file changed
.github/workflows/CI.yml
@@ -46,5 +46,5 @@ jobs:
46
- uses: julia-actions/julia-processcoverage@v1
47
- uses: codecov/codecov-action@v5
48
with:
49
- file: lcov.info
+ files: lcov.info
50
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments