Skip to content

Commit f06d2e7

Browse files
committed
Added Vexor.io to the list of CIs.
1 parent dc93735 commit f06d2e7

File tree

1 file changed

+9
-0
lines changed
  • lib/code_climate/test_reporter

1 file changed

+9
-0
lines changed

lib/code_climate/test_reporter/ci.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ def self.service_data(env = ENV)
7171
branch: env['CI_BRANCH'],
7272
commit_sha: env['CI_COMMIT_ID'],
7373
}
74+
elsif env['CI_NAME'] =~ /VEXOR/i
75+
{
76+
name: 'vexor',
77+
build_identifier: env['CI_BUILD_NUMBER'],
78+
build_url: env['CI_BUILD_URL'],
79+
branch: env['CI_BRANCH'],
80+
commit_sha: env['CI_BUILD_SHA'],
81+
pull_request: env['CI_PULL_REQUEST_ID']
82+
}
7483
elsif env['BUILDBOX']
7584
{
7685
name: "buildbox",

0 commit comments

Comments
 (0)