We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6adfd commit 6b3b997Copy full SHA for 6b3b997
1 file changed
.circleci/config.yml
@@ -63,10 +63,10 @@ jobs:
63
name: Upload coverage report to coveralls
64
command: |
65
cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
66
- - run:
67
- name: Run sonar report
68
- command: |
69
- scripts/sonar
+# - run:
+# name: Run sonar report
+# command: |
+# scripts/sonar
70
- run:
71
name: Generate and deploy docs
72
0 commit comments