diff --git a/package.json b/package.json index a94fb6fd..5222526d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "pretest": "tsc", "test": "ng test && nyc mocha --recursive test", "test-backend": "tsc && mocha --recursive test", - "coverage": "nyc report --reporter=text-lcov", + "coverage": "nyc report --reporter=lcov", "start": "node ./src/backend/index", "run-dev": "ng build --configuration=dev", "build-stats": "ng build --stats-json",