File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
- uses : julia-actions/julia-processcoverage@v1
82
82
- uses : codecov/codecov-action@v5
83
83
with :
84
- file : lcov.info
84
+ files : lcov.info
85
85
token : ${{ secrets.CODECOV_TOKEN }}
86
86
plugins : noop
87
87
disable_search : true
@@ -134,7 +134,7 @@ jobs:
134
134
- uses : julia-actions/julia-processcoverage@v1
135
135
- uses : codecov/codecov-action@v5
136
136
with :
137
- file : lcov.info
137
+ files : lcov.info
138
138
token : ${{ secrets.CODECOV_TOKEN }}
139
139
plugins : noop
140
140
disable_search : true
@@ -189,7 +189,7 @@ jobs:
189
189
- uses : julia-actions/julia-processcoverage@v1
190
190
- uses : codecov/codecov-action@v5
191
191
with :
192
- file : lcov.info
192
+ files : lcov.info
193
193
token : ${{ secrets.CODECOV_TOKEN }}
194
194
plugins : noop
195
195
disable_search : true
You can’t perform that action at this time.
0 commit comments