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 9609c5a commit 3a7e52dCopy full SHA for 3a7e52d
.github/workflows/Downstream.yml
@@ -61,6 +61,6 @@ jobs:
61
- uses: julia-actions/julia-processcoverage@v1
62
- uses: codecov/codecov-action@v5
63
with:
64
- file: lcov.info
+ files: lcov.info
65
token: ${{ secrets.CODECOV_TOKEN }}
66
fail_ci_if_error: true
0 commit comments