Tapio Rautonen
Tapio Rautonen
The configuration looks fine. Are you running Cobertura with Java 8? If so, no results are expected, because Cobertura fails with Java 8. You can only change to JaCoCo's latest...
Java version is ruled out then. You should run your maven build with `-X` flag for debugging and look for lines like: ``` [cobertura] DEBUG [main] net.sourceforge.cobertura.reporting.Main - format is...
@caniszczyk I noticed that you somehow published your project's coverage report to coveralls. Did you do this all by hand? I took a fast look at the scoverage XML reports...
With this amount of information it's quite hard to tell what goes wrong. Could you at least add the full maven output to the issue and for debugging you could...
This has been a really low priority project, because currently our tech stack uses many different programming languages and it's easier to flush the logs from files like @pierredavidbelanger said....
@jramsdale and @kdubb1337 are you guys still using this module? I have a project that would need instagram integration via spring social. I could also try to contribute on this...