-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get Code Complexity info at the project dashboard #7
Comments
I tried to execute sonar-runner with different complexity metric Cane (changed in the sonarqube web interface settings) and it start to constantly failing during analyzing with the following errors:
|
When we accepted #5 (which has version 1.0.1), we had the following config (which worked): Your setup looks almost the same, just one .1 release newer of SonarQube and a newer version of Java. Regarding Cane, have you installed the gem? We're using version 2.6.0 |
Hello, @RunsFor, I have been having the same problem and couldn't find a solution, so I forked the repo and fixed it : https://github.com/eresse/ruby-sonar-plugin My version of the plugin works fine and reports coverage as well as complexity. Cheers. |
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:
P.S. I also tried plugin of 1.1.0 version from
pr4-manual-merge
branch, but SonarQube server failed to run with itThanks!
The text was updated successfully, but these errors were encountered: