From 2f0609d6c7255bbb8ca061c06731753933832cfc Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 1 Jul 2017 09:10:00 +0200 Subject: [PATCH] (fix): coverage, fix reporter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 521243c01..b12ea2100 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "scripts": { "test": "npm run lint && mocha ./test/functional ./test/unit", "test:coverage": "nyc mocha -R spec ./test/functional ./test/unit", - "coverage:html": "nyc report --reporter=text-lcov", + "coverage:html": "nyc report --reporter=html", "coverage:codecov": "nyc report --reporter=lcov | codecov", "test-travis": "npm run lint && npm run test:coverage", "test-only": "mocha ./test/functional ./test/unit",