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

repo token: null No source file found on the project #89

Closed orhanar closed 5 years ago

orhanar commented 5 years ago

Hi I have the following error;

https://travis-ci.com/lemikistu/Android-Alternative-Animations/builds/111947545

build.gradle

https://github.com/lemikistu/Android-Alternative-Animations/blob/master/build.gradle

I am new to using this kind of tools.Therefore sorry for easy mistakes.As you can see from commits I have tried almost all combinations.I managed to get Travis working fine and it builds fine with this plugin.Issue is plugin never find source or reports and always skips coverage check for some reason. That's why my coveralls is not updated with any of Travis builds.

Thanks.

kt3k commented 5 years ago

You need to generate jacoco (or cobertura) coverage report to use this plugin. Probably this article would help.

kt3k commented 5 years ago

Closing because this doesn't seem an issue of this plugin.