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 f6d581c commit 061f3c8Copy full SHA for 061f3c8
.github/workflows/Downstream.yml
@@ -70,6 +70,6 @@ jobs:
70
- uses: julia-actions/julia-processcoverage@v1
71
- uses: codecov/codecov-action@v5
72
with:
73
- file: lcov.info
+ files: lcov.info
74
token: ${{ secrets.CODECOV_TOKEN }}
75
fail_ci_if_error: false
0 commit comments