From bd4b0feba936d76606fe9da63ba93a0ae9b54e34 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:51:28 -0500 Subject: [PATCH] fix: Remove duplicate attribute --- script/coverage-json-to-cobertura | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/coverage-json-to-cobertura b/script/coverage-json-to-cobertura index 9958772d..e4424100 100755 --- a/script/coverage-json-to-cobertura +++ b/script/coverage-json-to-cobertura @@ -61,7 +61,7 @@ files = [ { :lines, - %{"lines" => file_total}, + %{}, lines } ]