-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi!
Thanx for your great plugin!
I am about to setup code quality monitoring for my ruby projects and decided to use your plugin.
Plugin seems to work fine. Runner is analyzing code coverage and complexity. I'm able to see that in the runner output. But one issue I am experiencing is that complexity data is not showing up at the project dashboard.
I tried to run metric_fu against my project and it successfully generated html file with all default metrics.
So I cant figure out what may possibly go wrong since runner produce no errors in its output. Could you help me and point what I might do wrong?
I'm using following versions of software:
⇒ metric_fu --version
4.12.0
⇒ sonar-runner --version
SonarQube Runner 2.4
Java 1.8.0_65 Oracle Corporation (64-bit)
Mac OS X 10.11.2 x86_64
SonarQube server - 4.5.6
SonarQube ruby plugin - 1.0.1
P.S. I also tried plugin of 1.1.0 version from pr4-manual-merge branch, but SonarQube server failed to run with it
Thanks!