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 7af4051 commit f17f6f6Copy full SHA for f17f6f6
.github/workflows/CI.yml
@@ -52,6 +52,6 @@ jobs:
52
- uses: julia-actions/julia-processcoverage@v1
53
- uses: codecov/codecov-action@v5
54
with:
55
- file: lcov.info
+ files: lcov.info
56
token: ${{ secrets.CODECOV_TOKEN }}
57
fail_ci_if_error: true
0 commit comments