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

Does not work with multi-project builds. #3

Closed keplersj closed 10 years ago

keplersj commented 10 years ago

I recently moved one of my repositories to a more module building system and was able to get cobertura reports to work, but now I can't seem to get the coveralls task to work correctly.

https://travis-ci.org/k2b6s9j/BoatCraft/jobs/16836542#L723

kt3k commented 10 years ago

Ok. I will look into this. It will take probably some days.

keplersj commented 10 years ago

Awesome! Thank you! Don't worry about time, no rush, I'm doing nothing but study and take finals all this week.

kt3k commented 10 years ago

As you already noticed, I checked some build.gradle configurations on my fork of your repository.

The problem was the handling of nonexistent filename entries in the coverage.xml of non core projects.

And I modified the coveralls-plugin to just ignore the such cases and it can now properly send the coverage data to coveralls.io. :smile:

And I released the version including the fix as v0.2.4.

Thanks for issue reporting! :)