We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f2285 commit 8d7a7d8Copy full SHA for 8d7a7d8
1 file changed
.github/workflows/test_unit_cpp.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: mikepenz/action-junit-report@v5
65
with:
66
report_paths: 'artifacts/${{ env.TEST_REPORT_NAME }}'
67
- check_title_template: ''
+ check_title_template: '{{FILE_NAME}}, {{SUITE_NAME}}, {{TEST_NAME}}, {{CLASS_NAME}}, {{BREAD_CRUMB}}'
68
detailed_summary: true
69
group_suite: true
70
include_passed: true
0 commit comments