You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After unit tests execution and performing jacoco-reporter action with jacoco.xml file produced by jacoco plugin, there's a difference between actual coverage produced by your jacoco-reporter action and jacoco html also produced by jacoco plugin along with jacoco.xml.
Expected behavior
jacoco-reporter should report the same value of coverage as visible in jacoco html / xml file.
Screenshots
I attach screen with visible difference.
45% coverage value is taken from "Missed Instructions" column from jacoco html file.
While jacoco-reporter produces 50.73% value.
There's no other coverage value available in this jacoco html file, which equals the one provided in the jacoco-reporter.
The text was updated successfully, but these errors were encountered:
Hi @PavanMudigondaTR ,
I took a look on attached issue, but it's another case.
I've generated reported by jacoco, which includes all "production" classes, report shows following values:
First, I thought that actual coverage is sum of Missed Instructions and Missed Branches, but when I took a look on another jacoco report of my another service, I got actual coverage ~50% in jacoco-reporter, but generated jacoco report contains missed branches = 45% & missed instructions = 25% = 70%.
Describe the bug
After unit tests execution and performing jacoco-reporter action with jacoco.xml file produced by jacoco plugin, there's a difference between actual coverage produced by your jacoco-reporter action and jacoco html also produced by jacoco plugin along with jacoco.xml.
Expected behavior
jacoco-reporter should report the same value of coverage as visible in jacoco html / xml file.
Screenshots
I attach screen with visible difference.
45% coverage value is taken from "Missed Instructions" column from jacoco html file.
While jacoco-reporter produces 50.73% value.
There's no other coverage value available in this jacoco html file, which equals the one provided in the jacoco-reporter.
The text was updated successfully, but these errors were encountered: