Skip to content

Commit

Permalink
Upload Junit
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Feb 4, 2025
1 parent 9c72385 commit 460adc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage_report.lcov
- name: Upload Junit
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./result.xml
- name: 📄 Summary
uses: ./.github/actions/test-summary
with:
Expand Down

0 comments on commit 460adc2

Please sign in to comment.