From 4a3842012983bfd4a04cbb128c0fbc3f6618a13e Mon Sep 17 00:00:00 2001 From: danielpalme Date: Thu, 10 Feb 2022 19:47:00 +0100 Subject: [PATCH] #485: Coberatura: Fixed special file format --- src/Readme.txt | 1 + src/ReportGenerator.Core/Parser/CoberturaParser.cs | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Readme.txt b/src/Readme.txt index 442e6df4..56bffc60 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -67,6 +67,7 @@ CHANGELOG 5.0.4.0 * Fix: #482: Fixed incorrect shadow text in badges + * Fix: #485: Coberatura: Fixed special file format 5.0.3.0 diff --git a/src/ReportGenerator.Core/Parser/CoberturaParser.cs b/src/ReportGenerator.Core/Parser/CoberturaParser.cs index 0ac1ee36..7a305ddf 100644 --- a/src/ReportGenerator.Core/Parser/CoberturaParser.cs +++ b/src/ReportGenerator.Core/Parser/CoberturaParser.cs @@ -375,7 +375,9 @@ private static Dictionary> GetBranches(IEnumerable