Skip to content

Commit 460adc2

Browse files
committed
Upload Junit
1 parent 9c72385 commit 460adc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
files: ./coverage_report.lcov
32+
- name: Upload Junit
33+
if: ${{ !cancelled() }}
34+
uses: codecov/test-results-action@v1
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}
37+
files: ./result.xml
3238
- name: 📄 Summary
3339
uses: ./.github/actions/test-summary
3440
with:

0 commit comments

Comments
 (0)