We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29918d commit 149083bCopy full SHA for 149083b
.github/workflows/Downstream.yml
@@ -64,6 +64,6 @@ jobs:
64
- uses: julia-actions/julia-processcoverage@v1
65
- uses: codecov/codecov-action@v5
66
with:
67
- file: lcov.info
+ files: lcov.info
68
token: ${{ secrets.CODECOV_TOKEN }}
69
fail_ci_if_error: true
0 commit comments