From c6a35e22a743121d7bbe0d36b6ea90dc6100cee9 Mon Sep 17 00:00:00 2001 From: Abel Soares Date: Wed, 16 Nov 2016 15:49:20 +0000 Subject: [PATCH] Add lcov reporter to .nycrc --- .nycrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.nycrc b/.nycrc index bfcc56e..b160af3 100644 --- a/.nycrc +++ b/.nycrc @@ -3,6 +3,7 @@ "report-dir": "test/coverage", "reporter": [ "html", + "lcov", "text-summary" ], "sourceMap": false