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 4306f05 commit 335e763Copy full SHA for 335e763
.github/workflows/Downstream.yml
@@ -83,6 +83,6 @@ jobs:
83
- uses: julia-actions/julia-processcoverage@v1
84
- uses: codecov/codecov-action@v5
85
with:
86
- file: lcov.info
+ files: lcov.info
87
token: ${{ secrets.CODECOV_TOKEN }}
88
fail_ci_if_error: false
0 commit comments