Skip to content

Commit acb2c4d

Browse files
authored
typo in the codecov workflow file (#489)
1 parent a716a84 commit acb2c4d

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
@@ -44,7 +44,7 @@ jobs:
4444
- uses: julia-actions/julia-processcoverage@v1
4545
- uses: codecov/codecov-action@v5
4646
with:
47-
file: lcov.info
47+
files: lcov.info
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
fail_ci_if_error: false
5050
docs:

0 commit comments

Comments
 (0)