Comparing version 3.6.0 to 3.6.1
@@ -9,3 +9,3 @@ module.exports = { | ||
return { | ||
service: 'semaphore1x', | ||
service: 'semaphore', | ||
build: | ||
@@ -12,0 +12,0 @@ process.env.SEMAPHORE_BUILD_NUMBER + |
@@ -9,3 +9,3 @@ module.exports = { | ||
return { | ||
service: 'semaphore2x', | ||
service: 'semaphore', | ||
branch: process.env.SEMAPHORE_GIT_BRANCH, | ||
@@ -12,0 +12,0 @@ build: process.env.SEMAPHORE_WORKFLOW_ID, |
{ | ||
"name": "codecov", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Uploading report to Codecov: https://codecov.io", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,3 @@ var semaphore = require('../../lib/services/semaphore') | ||
expect(semaphore.configuration()).toEqual({ | ||
service: 'semaphore1x', | ||
service: 'semaphore', | ||
commit: '5678', | ||
@@ -36,0 +36,0 @@ build: '1234.1', |
@@ -31,3 +31,3 @@ var semaphore2 = require('../../lib/services/semaphore2x') | ||
expect(semaphore2.configuration()).toEqual({ | ||
service: 'semaphore2x', | ||
service: 'semaphore', | ||
branch: 'development', | ||
@@ -34,0 +34,0 @@ build: '65c9bb1c-aeb6-41f0-b8d9-6fa177241cdf', |
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
73803