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

codecov.io

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codecov.io - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/sendToCodeCov.io.js

@@ -23,2 +23,5 @@ var request = require('request');

}
if (!!process.env.token){
query.token = process.env.codecov_token;
}

@@ -25,0 +28,0 @@ var url = urlgrey('https://codecov.io/upload/v1').query(query).toString();

2

package.json
{
"name": "codecov.io",
"version": "0.0.2",
"version": "0.0.3",
"description": "lcov posting to codecov.io",

@@ -5,0 +5,0 @@ "main": "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