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

Branch coverage support for Cobertura #109

Open
trautonen opened this issue Mar 25, 2017 · 1 comment
Open

Branch coverage support for Cobertura #109

trautonen opened this issue Mar 25, 2017 · 1 comment
Labels
Milestone

Comments

@trautonen
Copy link
Owner

Coveralls supports branch coverage now and so does Cobertura.

@andrioli
Copy link
Contributor

@trautonen I updated my fork to include Cobertura support. You can check the code here andrioli/coveralls-maven-plugin@feature/branch-support-for-jacoco...feature/branch-support-for-cobertura.

Cobertura does not have a branch number nor block number. So I'm sending the block number always as 0 and branch number an auto incremented ID (I did the same for JaCoCo).

I can create another PR or update the existing one (#108). WDYT?

@trautonen trautonen added this to the v4.4.0 milestone Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants