We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec635b commit 1dceb53Copy full SHA for 1dceb53
1 file changed
.github/workflows/ci.yml
@@ -50,5 +50,5 @@ jobs:
50
- uses: julia-actions/julia-processcoverage@v1
51
- uses: codecov/codecov-action@v6
52
with:
53
- file: lcov.info
+ files: lcov.info
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments