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

Adds rudimentary support for Snap-CI - #34 #35

Closed cv closed 9 years ago

cv commented 9 years ago

Still need to do some more integration testing for corner cases (odd pull requests, etc), and get feedback from the Snap engineers as to whether there is more information that would be useful for the coveralls API call. Should work well enough for the common case.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-3.52%) to 80.25% when pulling 71c818ea89a698098c09e4fd37c4dbea51f04dd5 on cv:add_snap_support into 33e37a3722731e8c2a2147078c14e5c29aa10011 on kt3k:master.

kt3k commented 9 years ago

I think this is enough for the moment.

Please let me know if you think it's ready to merge & release.

cv commented 9 years ago

Yes, please!

kt3k commented 9 years ago

Thanks for the contribution!

I'll release it soon.

kt3k commented 9 years ago

Released to maven & bintray. Should be available soon.

http://search.maven.org/#artifactdetails%7Corg.kt3k.gradle.plugin%7Ccoveralls-gradle-plugin%7C2.3.0%7Cjar https://bintray.com/kt3k/gradle-plugins/coveralls-gradle-plugin/2.3.0/view

Thanks,