Skip to content

Commit ad7f9db

Browse files
committed
codeclimate test report
1 parent bb2c2e1 commit ad7f9db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,10 @@ jobs:
4949
- run:
5050
name: Build and test frontend
5151
command: ./node_modules/.bin/grafana-toolkit plugin:ci-build
52-
- run:
53-
name: Run test with coverage
54-
command: ./node_modules/.bin/grafana-toolkit plugin:test --coverage
5552
- run:
5653
name: Setup Code Climate test-reporter
5754
command: |
58-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
55+
wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -O cc-test-reporter
5956
chmod +x ./cc-test-reporter
6057
./cc-test-reporter before-build
6158
when: always

0 commit comments

Comments
 (0)