Skip to content

Commit 44ec01e

Browse files
committed
Fix files tag in CI codecov action
1 parent 005226b commit 44ec01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)