trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Source Not Available on coveralls.io #51

Closed arnehaber closed 9 years ago

arnehaber commented 9 years ago

Hi,

I am using your plugin in version 3.0.0 for the following project: xmind2latex.

Travis-CI generates and uploads reports using the following parameters: mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report

The build succeeds but when I try to browse the sources on coveralls.io, the following error is shown:

Source Not Available
Sorry, the Github API returned an internal server error, please try refreshing this page in a moment.

Do you have any idea where my configuration fails?

Best regards, Arne

trautonen commented 9 years ago

Your configuration looks perfectly fine. The coverage report has been submitted correctly. Also the file names generated to the Coveralls report match the directories in your GitHub repo. So everything should work.

The error Coveralls is giving also directs to their GitHub integration. I would suggest you to contact the Coveralls guys if they can figure what's wrong with the GitHub source loading integration. Not sure though what's the best way to reach them, maybe their public GitHub issues or email.

trautonen commented 9 years ago

Quick look at their issues page shows that you are not the only one having this issue: https://github.com/lemurheavy/coveralls-public/issues/385

arnehaber commented 9 years ago

Thanks for the quick answer. I browsed their issues and found similar topics, e.g. lemurheavy/coveralls-public#384.

There seem to be a problem with the GitHub login token passed to coveralls. Signing out and in fixed the problem. Not a very satisfying solution, but it works.

Best, Arne