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

Support coverage calculated from PIT mutation tests #71

Closed thejohnfreeman closed 7 years ago

thejohnfreeman commented 7 years ago

Closes #70

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.6%) to 94.969% when pulling 990414ce16cba90f7d1578359bfc4f8b57e69116 on thejohnfreeman:master into d6d954324ad279c5a368e8e2a72fe9a6c27152df on kt3k:master.

thejohnfreeman commented 7 years ago

After pushing this latest fix, the build passed with oraclejdk8 and failed with oraclejdk7. I believe that failure is spurious, caused by some transient internet connectivity problem. I believe that if you restart the build, which I cannot do, then it will pass.

The fall in coverage is due to following the pattern for the JacocoSourceReportFactoryTest where only the static method is tested, but not the instance method that finds the source directories.

kt3k commented 7 years ago

Thanks for the constribution!

All looks good to me. I agree that the test failure in travis (oraclejdk7) is irrelevant of this PR. (I found similar issue.)

I'll publish this version in a few days.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.6%) to 94.969% when pulling 990414ce16cba90f7d1578359bfc4f8b57e69116 on thejohnfreeman:master into d6d954324ad279c5a368e8e2a72fe9a6c27152df on kt3k:master.

kt3k commented 7 years ago

Published as v2.8.0!