Gokhan Oner

Results 3 comments of Gokhan Oner

@thsaravana Jacoco itself reports instruction & branch coverage, so I suggest adding support for branch coverage, rather than line coverage. As you said, if it was accurate, I'd assume Jacoco...

I hit the same issue & debugged a bit. It seems its introduced in 1.6. In 1.4, value in the report matches the `steps.jacoco.outputs.coverage-changed-files` but in newer versions, its incorrect....

@thsaravana @instrap I'm creating a PR for this, but tests are using some predefined values in the [jacoco-playground](https://github.com/thsaravana/jacoco-playground) repo it seems. How should I progress? Do you have a guide?