monocart-coverage-reports
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -42,7 +42,2 @@ const fs = require('fs'); | ||
// add lcovonly report | ||
if (lcov) { | ||
reportMap.lcovonly = {}; | ||
} | ||
const reportList = Util.toList(reports, ','); | ||
@@ -71,2 +66,7 @@ reportList.forEach((it) => { | ||
// add lcovonly report after default report | ||
if (lcov) { | ||
reportMap.lcovonly = {}; | ||
} | ||
const allBuildInReports = { | ||
@@ -73,0 +73,0 @@ // v8 |
{ | ||
"name": "monocart-coverage-reports", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Monocart coverage reports", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
912233