Skip to content

Commit

Permalink
chore: Tweak junit report
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jan 10, 2025
1 parent 8d7aa6e commit 058ea4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
summary: true
detailed_summary: true
annotate_notice: true
truncate_stack_traces: false
report_paths: '**/target/*-reports/TEST-*.xml'

- name: Upload coverage to Codecov
Expand Down

0 comments on commit 058ea4b

Please sign in to comment.