Skip to content

Commit

Permalink
ci: Add junit integration in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 15, 2023
1 parent 6a1d600 commit 82c13bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ jobs:
- env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=c.out -service=github
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: success() || failure() # always run even if the previous step fails
with:
report_paths: "junit.xml"

0 comments on commit 82c13bd

Please sign in to comment.