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 bb2c2e1 commit ad7f9dbCopy full SHA for ad7f9db
.circleci/config.yml
@@ -49,13 +49,10 @@ jobs:
49
- run:
50
name: Build and test frontend
51
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
55
56
name: Setup Code Climate test-reporter
57
command: |
58
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
+ wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -O cc-test-reporter
59
chmod +x ./cc-test-reporter
60
./cc-test-reporter before-build
61
when: always
0 commit comments