Skip to content

Commit cda0074

Browse files
Merge pull request #720 from WebJamApps/fixes
upgrades and fixes
2 parents c7dfadf + 6453057 commit cda0074

File tree

3 files changed

+340
-321
lines changed

3 files changed

+340
-321
lines changed

.circleci/config.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@ jobs:
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

0 commit comments

Comments
 (0)