pull/97/head
David Finol 2021-02-25 20:00:08 -06:00
parent 682e62cb01
commit e84b018915
2 changed files with 6 additions and 10 deletions

View File

@ -1,10 +1,8 @@
{{#runs}}
### {{summary}}
{{#suites}}{{#tests}}{{#if isFailed}}* {{summary}}
{{annotation.path}}:{{annotation.start_line}}
{{else if isSkipped}}
{{#suites}}
{{#tests}}
* {{summary}}
{{/if}}{{/tests}}
{{/tests}}
{{/suites}}
{{/runs}}

View File

@ -1,10 +1,8 @@
{{#runs}}
### {{summary}}
{{#suites}}{{#tests}}{{#if isFailed}}* {{summary}}
{{annotation.path}}:{{annotation.start_line}}
{{else if isSkipped}}
{{#suites}}
{{#tests}}
* {{summary}}
{{/if}}{{/tests}}
{{/tests}}
{{/suites}}
{{/runs}}