Skip to content

Commit 6b3b997

Browse files
committed
Removed Sonar for now
1 parent 3d6adfd commit 6b3b997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
name: Upload coverage report to coveralls
6464
command: |
6565
cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
66-
- run:
67-
name: Run sonar report
68-
command: |
69-
scripts/sonar
66+
# - run:
67+
# name: Run sonar report
68+
# command: |
69+
# scripts/sonar
7070
- run:
7171
name: Generate and deploy docs
7272
command: |

0 commit comments

Comments
 (0)