Skip to content

Commit

Permalink
Merge pull request #909 from mikepenz/feature/844
Browse files Browse the repository at this point in the history
Highlight skipped tests as such in the detailed summary
  • Loading branch information
mikepenz authored Jul 14, 2023
2 parents 9d85ac9 + 54c01c2 commit 6893ae6
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
check_name: Example JUnit Test Report
report_paths: '**/surefire-reports/TEST-*.xml'
include_passed: true
detailed_summary: true
summary: '<table><thead><tr><th> Application (src/applications) </th></tr></thead><tbody><tr><td> test </td></tr></tbody></table>'
check_title_template: '{{SUITE_NAME}} | {{TEST_NAME}}'
annotate_only: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down
Loading

0 comments on commit 6893ae6

Please sign in to comment.