File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ executors:
1919
2020orbs :
2121 win : circleci/windows@2.2.0
22+ qlty : qltysh/qlty-orb@0.0.11
2223
2324jobs :
2425 pr :
@@ -52,12 +53,24 @@ jobs:
5253 name : Version
5354 command : node tasks/version.js
5455 - run :
55- name : Docs and Static Analysis
56+ name : Test
5657 command : |
5758 npm run lint
58- scripts/codeclimate
59+ npm run test:cover
60+ - qlty/coverage_publish :
61+ name : Upload coverage report to qlty.sh
62+ files : coverage/lcov.info
63+ - run :
64+ name : Upload coverage report to coveralls
65+ command : |
5966 cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
67+ - run :
68+ name : Run sonar report
69+ command : |
6070 scripts/sonar
71+ - run :
72+ name : Generate and deploy docs
73+ command : |
6174 npm run jsdoc && node tasks/deploy/docs.js
6275 - run :
6376 name : Dist
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments