coveralls-maven-plugin icon indicating copy to clipboard operation
coveralls-maven-plugin copied to clipboard

Scoverage support

Open caniszczyk opened this issue 10 years ago • 2 comments

Would be nice to work with scoverage-maven-plugin or have an example in the README

caniszczyk avatar Dec 24 '14 22:12 caniszczyk

@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 and it's doable based on the AbstractXmlEventParser that I use for Cobertura and JaCoCo. Just need to set up Scala sample module to easily produce a reasonable sample report that I can use.

If you have some free time you could check org.eluder.coveralls.maven.plugin.parser package and see if you can help with the scoverage parser implementation. You can check the JaCoCo and Cobertura parsers as a reference. All help is appreciated due to my limited free time I need to develop this project. :)

trautonen avatar Dec 30 '14 11:12 trautonen

I was initially writing scoverage support and got most of the way there but then noticed that scoverage also generates cobertura reports that you can use. The only downside, I had to tweak some configuration settings in regards to where the source directories are and where the cobertura reports are generated.

I issued a pull request updating the README with this information as its the easiest way to do it: https://github.com/trautonen/coveralls-maven-plugin/pull/59

Let me know and thanks for your work on this plug-in.

caniszczyk avatar Dec 30 '14 17:12 caniszczyk