We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5002721 commit f6c49d3Copy full SHA for f6c49d3
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: '`{{FILE_NAME}} -> {{TEST_NAME}}`'
+ check_title_template: '<pre>{{FILE_NAME}} -> {{TEST_NAME}}</pre>'
68
detailed_summary: true
69
group_suite: true
70
include_passed: true
0 commit comments