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.
1 parent 1ab3f14 commit e9e67ddCopy full SHA for e9e67dd
.github/workflows/Tests.yml
@@ -41,6 +41,6 @@ jobs:
41
- uses: julia-actions/julia-processcoverage@v1
42
- uses: codecov/codecov-action@v5
43
with:
44
- file: lcov.info
+ files: lcov.info
45
token: ${{ secrets.CODECOV_TOKEN }}
46
fail_ci_if_error: true
0 commit comments