Skip to content

Commit dbdb292

Browse files
committed
Fix files tag in CI codecov action
1 parent 2cdb738 commit dbdb292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- uses: julia-actions/julia-processcoverage@v1
6161
- uses: codecov/codecov-action@v5
6262
with:
63-
file: lcov.info
63+
files: lcov.info

0 commit comments

Comments
 (0)