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}} {{#runs}}
### {{summary}} ### {{summary}}
{{#suites}}{{#tests}}{{#if isFailed}}* {{summary}} {{#suites}}
{{annotation.path}}:{{annotation.start_line}} {{#tests}}
{{else if isSkipped}}
* {{summary}} * {{summary}}
{{/if}}{{/tests}} {{/tests}}
{{/suites}} {{/suites}}
{{/runs}} {{/runs}}

View File

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