Skip to content

Commit

Permalink
Merge pull request #1332 from bernt-matthias/topic/markdown-traceback
Browse files Browse the repository at this point in the history
Add traceback to report template
  • Loading branch information
mvdbeek committed Nov 29, 2022
2 parents b89426a + b35c490 commit baa27f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/reports/report_markdown.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| Skipped | {{ state.skipped }} |


{% set display_job_attributes = {'command_line': 'Command Line', 'exit_code': 'Exit Code', 'stderr': 'Standard Error', 'stdout': 'Standard Output'} %}
{% set display_job_attributes = {'command_line': 'Command Line', 'exit_code': 'Exit Code', 'stderr': 'Standard Error', 'stdout': 'Standard Output', 'traceback': 'Traceback'} %}
{% for status, desc in {'error': 'Errored', 'failure': 'Failed', 'success': 'Passed'}.items() if state[status]%}
<details><summary>{{ desc }} {{ execution_type }}s</summary>
{% for test in raw_data.tests %}
Expand Down

0 comments on commit baa27f0

Please sign in to comment.