incremental-coverage
Advanced tools
Comparing version 2.5.1 to 2.6.0
@@ -69,3 +69,4 @@ "use strict"; | ||
this.diffData.forEach((diffItem) => { | ||
if (lcovItem.toLocaleLowerCase().includes(diffItem.newPath.toLocaleLowerCase())) { | ||
var _a; | ||
if (lcovItem.toLocaleLowerCase().includes((_a = diffItem.newPath) === null || _a === void 0 ? void 0 : _a.toLocaleLowerCase())) { | ||
const temp = { | ||
@@ -72,0 +73,0 @@ lineRate: 0, |
@@ -37,3 +37,3 @@ "use strict"; | ||
} | ||
const log = yield gitlog_1.gitlogPromise(Object.assign(Object.assign({}, this.opt), { number: 10000 })); | ||
const log = yield gitlog_1.gitlogPromise(Object.assign(Object.assign({}, this.opt), { number: 10 })); | ||
return log; | ||
@@ -40,0 +40,0 @@ }); |
{ | ||
"name": "incremental-coverage", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"description": "Merge lcov.info and get incremental coverage and full coverage", | ||
@@ -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
61591
1357