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 @@ -239,7 +239,7 @@ jobs:
239239 timeout-minutes : 1
240240 continue-on-error : true
241241 with :
242- file : ./coverage.txt
242+ files : ./coverage.txt
243243 flags : unittests
244244 name : codecov-umbrella
245245 token : ${{ secrets.CODECOV_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285 timeout-minutes : 1
286286 continue-on-error : true
287287 with :
288- file : ./coverage.txt
288+ files : ./coverage.txt
289289 flags : unittests
290290 name : codecov-umbrella
291291 token : ${{ secrets.CODECOV_TOKEN }}
@@ -389,7 +389,7 @@ jobs:
389389 timeout-minutes : 1
390390 continue-on-error : true
391391 with :
392- file : ./coverage.txt
392+ files : ./coverage.txt
393393 flags : unittests
394394 name : codecov-umbrella
395395 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments