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
137 stars 62 forks source link

What do the delta figures mean? #83

Open JoseAlcerreca opened 3 months ago

JoseAlcerreca commented 3 months ago

Thanks for this action, we're trying it out in android/nowinandroid.

image

What do the the deltas mean? E.g. -0.13%? It looks like a comparison with the base branch, which would be nice, but I think that's impossible.

I've spent 10 minutes trying to fint the answer, so I think the README should explain it.

sheepkacper commented 1 month ago

Here is the part of the code that calculates it:

image

and this is the actual method:

image