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