We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I initially posted the question: ncredinburgh/sonar-scalastyle#8
I am thinking to add a surefieSonser like in (http://grepcode.com/file/repo1.maven.org/maven2/org.codehaus.sonar-plugins/sonar-groovy-plugin/0.6/org/sonar/plugins/groovy/surefire/SurefireSensor.java#SurefireSensor) in this plugin. To make LOC work. Do you think it is a valid approach? Thanks -cl
The text was updated successfully, but these errors were encountered:
As per the other thread, I am looking at creating a ScalaTest Sensor for Sonar.
I'm not sure it's any more appropriate to bundle this sensor with scoverage than it is with scalastyle?
I hope to have something ready over the weekend, it's a matter of a few lines of code.
Obviously the tricky part is knowing which lines they are...
Sorry, something went wrong.
I have a temp work around using https://github.com/Stratio/sonar-scala-plugin
How to publish unit test execution result to Sonar using scoverage plugin?
I've published https://github.com/maiflai/sonar-scalatest/releases/download/0.0.1/sonar-scalatest-plugin-0.0.1.jar which might help you.
No branches or pull requests
I initially posted the question:
ncredinburgh/sonar-scalastyle#8
I am thinking to add a surefieSonser like in (http://grepcode.com/file/repo1.maven.org/maven2/org.codehaus.sonar-plugins/sonar-groovy-plugin/0.6/org/sonar/plugins/groovy/surefire/SurefireSensor.java#SurefireSensor) in this plugin. To make LOC work.
Do you think it is a valid approach?
Thanks
-cl
The text was updated successfully, but these errors were encountered: