File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ updates:
1414 assignees :
1515 - " rustatian"
1616
17- - package-ecosystem : " github-actions"
17+ - package-ecosystem : github-actions
1818 directory : " /"
1919 schedule :
2020 interval : daily
Original file line number Diff line number Diff line change @@ -89,13 +89,12 @@ jobs:
8989 - name : Download code coverage results
9090 uses : actions/download-artifact@v5
9191 - run : |
92- cd coverage
9392 echo 'mode: atomic' > summary.txt
9493 tail -q -n +2 *.out >> summary.txt
9594 sed -i '2,${/roadrunner/!d}' summary.txt
9695
9796 - name : upload to codecov
9897 uses : codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9998 with :
100- files : ./coverage/ summary.txt
99+ files : summary.txt
101100 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments