kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

Count line hits for PIT correctly #73

Closed thejohnfreeman closed 7 years ago

thejohnfreeman commented 7 years ago

Only killed mutations count as hits, and only lived or uncovered mutations count as misses.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 94.769% when pulling 7d528677498d749eb8e5316a5eeb24178b05b464 on thejohnfreeman:master into 3b695cb159d598ee4523e7e61a9b184e7c1cc969 on kt3k:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.1%) to 95.077% when pulling 7834ae566449023b0b9a078787e6ef6342caed76 on thejohnfreeman:master into 3b695cb159d598ee4523e7e61a9b184e7c1cc969 on kt3k:master.

kt3k commented 7 years ago

Seems ok. Thanks!