We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11451a8 commit 010828aCopy full SHA for 010828a
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: julia-actions/julia-processcoverage@v1
57
- uses: codecov/codecov-action@v5
58
with:
59
- file: lcov.info
+ files: lcov.info
60
token: ${{ secrets.CODECOV_TOKEN }}
61
docs:
62
runs-on: ubuntu-latest
0 commit comments