We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f471d6 commit 6650daeCopy full SHA for 6650dae
.circleci/config.yml
@@ -24,8 +24,8 @@ jobs:
24
key: v1-dependencies-{{ checksum "package.json" }}
25
26
# 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
+ - 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
30
- run: npm test
31
- # - run: ./cc-test-reporter after-build -t lcov --exit-code $?
+ - run: ./cc-test-reporter after-build -t lcov --exit-code $?
0 commit comments