New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coveralls

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveralls - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

8

lib/convertLcovToCoveralls.js

@@ -15,4 +15,8 @@ var TRAVIS_JOB_ID = process.env.TRAVIS_JOB_ID || 'unknown';

var convertLcovFileObject = function(file, filepath){
var fullpath = path.join(filepath, file.file);
var source = fs.readFileSync(fullpath, 'utf8');
if (file.file[0] !== '/'){
filepath = path.join(filepath, file.file);
} else {
filepath = file.file;
}
var source = fs.readFileSync(filepath, 'utf8');
var lines = source.split("\n");

@@ -19,0 +23,0 @@ var coverage = detailsToCoverage(lines.length, file.lines.details);

@@ -8,3 +8,3 @@ {

],
"version": "2.0.6",
"version": "2.0.7",
"bugs": {

@@ -11,0 +11,0 @@ "url": "https://github.com/cainus/node-coveralls/issues"

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