mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
indent 2: the revenge
This commit is contained in:
parent
fb22ca8a80
commit
c0cabc6dec
1 changed files with 11 additions and 11 deletions
|
@ -45,23 +45,23 @@ jobs:
|
|||
- <<: *save
|
||||
|
||||
- run:
|
||||
name: Setup Code Climate test-reporter
|
||||
command: |
|
||||
# download test reporter as a static binary
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
chmod +x ./cc-test-reporter
|
||||
name: Setup Code Climate test-reporter
|
||||
command: |
|
||||
# download test reporter as a static binary
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
chmod +x ./cc-test-reporter
|
||||
|
||||
- run:
|
||||
name: Code Climate before-build
|
||||
command: |
|
||||
./cc-test-reporter before-build
|
||||
name: Code Climate before-build
|
||||
command: |
|
||||
./cc-test-reporter before-build
|
||||
|
||||
- <<: *unit
|
||||
|
||||
- run:
|
||||
name: Report code coverage to Code Climate
|
||||
command: |
|
||||
./cc-test-reporter after-build -t simplecov --exit-code $?
|
||||
name: Report code coverage to Code Climate
|
||||
command: |
|
||||
./cc-test-reporter after-build -t simplecov --exit-code $?
|
||||
"jruby":
|
||||
docker:
|
||||
- image: circleci/jruby:latest
|
||||
|
|
Loading…
Reference in a new issue