hubot-sonarqube

0.0.2 • Public • Published

Build Status

hubot-sonarqube

A hubot script that displays stats from SonarQube.

See src/sonarqube.coffee for full documentation.

Example useage:

sonar set server <server address>
sonar test coverage <project name>

Installation

In hubot project repo, run:

npm install hubot-sonarqube --save

Then add hubot-sonarqube to your external-scripts.json:

[
  "hubot-sonarqube"
]

Sample Interaction

user1>> sonar set server 192.168.328.54:8090
hubot>> Sonar server set to: 192.168.328.54:8090
user1>> sonar test coverage my service
hubot>> Unit test coverage for "My Service" is 68%

Readme

Keywords

Package Sidebar

Install

npm i hubot-sonarqube

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • peterstrapp