From e5a2ec8d5152ec383b153ae982debb231cf40f37 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 21 Nov 2019 17:41:43 +0100 Subject: [PATCH] =?UTF-8?q?Vue=20minifi=C3=A9e=20par=20d=C3=A9faut=20du=20?= =?UTF-8?q?d=C3=A9tail=20des=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/junit2md/template/report.md.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/junit2md/template/report.md.tmpl b/cmd/junit2md/template/report.md.tmpl index 22e0da0..b734bad 100644 --- a/cmd/junit2md/template/report.md.tmpl +++ b/cmd/junit2md/template/report.md.tmpl @@ -13,7 +13,8 @@ **Total duration**: {{ .Totals.Duration }} -### Details +
+ See details | Status | Name | Class | |--------|------|-------| @@ -27,6 +28,8 @@ {{- end -}} {{end}} +
+ {{if or (gt .Totals.Error 0) (gt .Totals.Failed 0) }} #### Errors {{end}}