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 for Snap #34

Closed cv closed 9 years ago

cv commented 9 years ago

Hi!

I'm currently using Snap CI and I'd like to contribute a patch to make the detection and setup a little easier. The environment variables that Snap sets seem enough to populate the ServiceInfo object and get things going, but as I'm unfamiliar with the plugin code, I might be overlooking something. Is there anything else to it, or should I go ahead and submit a PR?

Cheers!

kt3k commented 9 years ago

The environment variables that Snap sets seem enough to populate the ServiceInfo object

That must be sufficient to support another CI service.

Patches are always welcome!

Thanks,

cv commented 9 years ago

Excellent, pull request submitted as #35. Thanks! :smile: