codecov/example-android

Example not working

le4ker opened this issue · 1 comments

Hi,

I followed your gradle and travis settings but there is no report uploaded.

Also I can't see any coverage results for your example, so I believe that means that it's indeed wrong.

:panos

Hi @PanosSakkos,

please look into your Travis builds logs for errors and executed Gradle tasks. For instance https://travis-ci.org/dono-app/android/builds/139000975 shows that it does not run jacocoTestReport task at all. Try moving those tasks from after_success to script block instead (your script also does unnecessary cd src and it may cause script phase to fail).