Skip to content

Commit

Permalink
Send code coverage to code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed May 1, 2018
1 parent 4f471d6 commit 6650dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

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

0 comments on commit 6650dae

Please sign in to comment.