Skip to content

Commit ae82eb5

Browse files
authored
Fix codecov option syntax
1 parent 12d1fef commit ae82eb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
- uses: julia-actions/julia-runtest@latest
3838
- uses: julia-actions/julia-processcoverage@v1
3939
- uses: codecov/codecov-action@v5
40-
files: lcov.info
41-
token: ${{ secrets.CODECOV_TOKEN }}
40+
with:
41+
files: lcov.info
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)