File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,6 @@ jobs:
117117 - name : Generate coverage report
118118 run : |
119119 xvfb-run -a --server-args="-screen 0 1024x768x24 -ac +extension GLX +render -noreset" make coverage
120- ls -la
121-
122- - name : Upload coverage to Codecov
123- uses : codecov/codecov-action@v5
124- with :
125- token : ${{ secrets.CODECOV_TOKEN }}
126- files : build-coverage/coverage_filtered.info
127- fail_ci_if_error : true
128120
129121 - name : Run tree
130122 run : |
@@ -135,3 +127,10 @@ jobs:
135127 with :
136128 name : coverage-report
137129 path : coverage
130+
131+ - name : Upload coverage to Codecov
132+ uses : codecov/codecov-action@v5
133+ with :
134+ token : ${{ secrets.CODECOV_TOKEN }}
135+ files : build-coverage/coverage_filtered.info
136+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments