File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -338,12 +338,6 @@ jobs:
338
338
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes \
339
339
--junitxml=junit.xml -o junit_family=legacy
340
340
341
- - name : Upload test results to Codecov
342
- if : ${{ !cancelled() }} # Run even if tests fail
343
- uses : codecov/test-results-action@v1
344
- with :
345
- token : ${{ secrets.CODECOV_TOKEN }}
346
- os : ${{ matrix.codecov-test-results-action-os }}
347
341
- name : Cleanup non-failed image files
348
342
if : failure()
349
343
run : |
@@ -400,6 +394,14 @@ jobs:
400
394
xcrun llvm-cov export -format="lcov" build/*/src/*.so \
401
395
-instr-profile default.profdata > info.lcov
402
396
fi
397
+
398
+ - name : Upload test results to Codecov
399
+ if : ${{ !cancelled() }} # Run even if tests fail
400
+ uses : codecov/test-results-action@v1
401
+ with :
402
+ token : ${{ secrets.CODECOV_TOKEN }}
403
+ os : ${{ matrix.codecov-test-results-action-os }}
404
+
403
405
- name : Upload code coverage
404
406
if : ${{ !cancelled() && github.event_name != 'schedule' }}
405
407
uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
You can’t perform that action at this time.
0 commit comments