codecov.io
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -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
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
23561
35
559
69