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