From 83823dceab00448f4080d4c68d04b117fc2b94e7 Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 9 Jun 2020 22:10:04 +0200 Subject: [PATCH] correct parsing of code coverage --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c924fcd..bdef1e1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ ], "coverageReporters": [ "cobertura", - "text" + "text", + "text-summary" ] }, "proxy": "http://192.168.0.248",