File tree Expand file tree Collapse file tree 3 files changed +340
-321
lines changed
Expand file tree Collapse file tree 3 files changed +340
-321
lines changed Original file line number Diff line number Diff line change 88 working_directory : ~/repo
99 steps :
1010 - checkout
11- - run :
12- name : Setup Code Climate test-reporter
13- command : |
14- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
15- chmod +x ./cc-test-reporter
11+ # - run:
12+ # name: Setup Code Climate test-reporter
13+ # command: |
14+ # curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
15+ # chmod +x ./cc-test-reporter
1616 - run :
1717 name : Test install
1818 command : ' npm install'
1919 - run :
2020 name : run all tests
21- command : |
22- ./cc-test-reporter before-build
23- npm test
24- ./cc-test-reporter after-build --coverage-input-type lcov --exit-code $?
21+ command : ' npm test'
2522 - store_artifacts :
2623 path : coverage
You can’t perform that action at this time.
0 commit comments