Skip to content
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

Provide branch coverage information to Sonar #28

Open
orium opened this issue Jan 8, 2016 · 2 comments
Open

Provide branch coverage information to Sonar #28

orium opened this issue Jan 8, 2016 · 2 comments

Comments

@orium
Copy link

orium commented Jan 8, 2016

The current version does not seem to give Sonar branch coverage information. This is an important metric that would be nice to have available.

@RadoBuransky
Copy link
Owner

This plugin does not actually compute any coverage. It uses the https://github.com/scoverage/scalac-scoverage-plugin to do the job and then only uploads the results to Sonar. Scoverage is meant to compute statement coverage by definition. For branch coverage you can try use a tool for Java which uses bytecode as the source.

@orium
Copy link
Author

orium commented Jan 10, 2016

I believe scoverage computes the branch coverage already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants