Skip to content

Commit 6650dae

Browse files
author
Dom Harrington
committed
Send code coverage to code climate
1 parent 4f471d6 commit 6650dae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
key: v1-dependencies-{{ checksum "package.json" }}
2525

2626
# run tests!
27-
# - run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
28-
# - run: chmod +x ./cc-test-reporter
29-
# - run: ./cc-test-reporter before-build
27+
- run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
28+
- run: chmod +x ./cc-test-reporter
29+
- run: ./cc-test-reporter before-build
3030
- run: npm test
31-
# - run: ./cc-test-reporter after-build -t lcov --exit-code $?
31+
- run: ./cc-test-reporter after-build -t lcov --exit-code $?

0 commit comments

Comments
 (0)