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 f17f6f6 commit 465cc0aCopy full SHA for 465cc0a
.github/workflows/Downstream.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