From 1aeef1717d7eaaa3d4428d3411b6543a40e0a36e Mon Sep 17 00:00:00 2001 From: Ian Zink Date: Tue, 19 Mar 2024 13:46:39 -0500 Subject: [PATCH] Add descriptor for non-supported coverage Right now coverage blocks where isSupported=False and type=FAILED_PARSING end up in the coverage section of the report and cannot be differentiated from success. This change just adds the type of coverage in brackets if the type is not supported. Signed-off-by: Ian Zink --- template/code/test-report.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/code/test-report.hbs b/template/code/test-report.hbs index 7eda63d..dccdb34 100644 --- a/template/code/test-report.hbs +++ b/template/code/test-report.hbs @@ -48,7 +48,7 @@ {{#if projects.[0].details.coverage}} Scan Coverage {{/if}} {{/if}}