From 61147932b7534a34ddc2c4dff99ddb73cd775561 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Thu, 12 Oct 2023 00:55:55 +0200 Subject: [PATCH] coveralls: use lcov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",