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

codecov.io

Package Overview
Dependencies
Maintainers
2
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.1.1 to 0.1.2

lib/services/gitlab.js

3

lib/getConfiguration.js

@@ -9,3 +9,4 @@ var services = {

'jenkins' : require('./services/jenkins'),
'semaphore' : require('./services/semaphore')
'semaphore' : require('./services/semaphore'),
'gitlab' : require('./services/gitlab')
};

@@ -12,0 +13,0 @@

@@ -11,3 +11,3 @@ module.exports = {

return {
service : 'circle',
service : 'circleci',
build : env.CIRCLE_BUILD_NUM,

@@ -14,0 +14,0 @@ commit : env.CIRCLE_SHA1,

{
"name": "codecov.io",
"version": "0.1.1",
"version": "0.1.2",
"description": "lcov posting to codecov.io",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,2 +21,5 @@ # codecov.io

### CI Companies Supported
Jenkins, Travis CI, Codeship, Circle CI, Semaphore, drone.io, AppVeyor, Wercker, Magnum, Shippable, and Gitlab CI. Otherwise fallbacks on `git`.
#### Upload repo tokens

@@ -23,0 +26,0 @@ > Repo tokens are **not** required for public repos tested on Travis, CircleCI or AppVeyor.

@@ -19,3 +19,3 @@ var circle = require("../../lib/services/circle");

expect(circle.configuration()).to.eql({
service : 'circle',
service : 'circleci',
commit : '5678',

@@ -22,0 +22,0 @@ build : '1234',

Sorry, the diff of this file is not supported yet

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