Madrapps / jacoco-report

Github action that publishes the JaCoCo report as a comment in the Pull Request
https://github.com/marketplace/actions/jacoco-report
MIT License
155 stars 64 forks source link

Discrepancy with the Coverage report #170

Open KeerthiGowda18 opened 1 month ago

KeerthiGowda18 commented 1 month ago

When I pass all the XML files (jacocoreport.xml) from the multi module project, I see that there is a discrepancy in the coverage report. I submit the code coverage to sonarQube the coverage is around 58% but the same xml's passed to this action it shows the total coverage to be around 64%. Is there any additional settings that I should enable or is this the expected behaviour ?

dinis-rodrigues commented 2 days ago

Similar issue, my coverage is 99.96% and the action display 100% coverage