Skip to content

Commit f7b3d51

Browse files
committed
Transition from codeclimate to qlty
1 parent 8e3324d commit f7b3d51

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

.circleci/config.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ executors:
1919

2020
orbs:
2121
win: circleci/windows@2.2.0
22+
qlty: qltysh/qlty-orb@0.0.11
2223

2324
jobs:
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

scripts/codeclimate

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)