Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

incremental-coverage

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

incremental-coverage - npm Package Compare versions

Comparing version 2.5.1 to 2.6.0

3

lib/concat/increaseConcat.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc