File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11GIT
22 remote: https://github.com/LukinEgor/coveralls-ruby
3- revision: 08f86796a312e95ccfaead081bd1ce9fa39e8e66
3+ revision: 9c6ca4c2052288b90fab4d93f4e592b19bafb868
44 branch: fix/content-type-request
55 specs:
66 coveralls (0.8.23 )
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ pipelines:
99 script :
1010 - gem install --no-user-install bundler -v '2.0.1'
1111 - bundler install
12- - COVERALLS_DEBUG=true BITBUCKET_CI=true COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundler exec rspec
12+ - COVERALLS_DEBUG=true CI_NAME=bitbucket CI_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER CI_BRANCH=$BITBUCKET_BRANCH CI_PULL_REQUEST=$BITBUCKET_PR_ID COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundler exec rspec
13+ - printenv
14+ default :
15+ - parallel :
16+ - step :
17+ name : Test
18+ script :
19+ - gem install --no-user-install bundler -v '2.0.1'
20+ - bundler install
21+ - COVERALLS_DEBUG=true CI_NAME=bitbucket CI_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER CI_BRANCH=$BITBUCKET_BRANCH COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundler exec rspec
1322 - printenv
14- - curl https://api.bitbucket.org/2.0/repositories/LukinEgor/demo-diff/commit/cff89e2084fb1fbd4da8eb50679e3d22b650015b/pullrequests
You can’t perform that action at this time.
0 commit comments