Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with multi-project builds. #3

Closed
keplersj opened this issue Jan 13, 2014 · 3 comments
Closed

Does not work with multi-project builds. #3

keplersj opened this issue Jan 13, 2014 · 3 comments
Assignees

Comments

@keplersj
Copy link

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

@ghost ghost assigned kt3k Jan 14, 2014
@kt3k
Copy link
Owner

kt3k commented Jan 14, 2014

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

@keplersj
Copy link
Author

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

@kt3k
Copy link
Owner

kt3k commented Jan 22, 2014

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. 😄

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

Thanks for issue reporting! :)

@kt3k kt3k closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants