trautonen / coveralls-maven-plugin

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

Merge coverages from multiple reports to single source file #85

Closed trautonen closed 9 years ago

trautonen commented 9 years ago

Coverage reports covering same source file should be merged to a single file and submitted to Coveralls API as a merged result. This allows integration tests or similar in different modules to increase the coverage of a source file.

trautonen commented 9 years ago

Done. There's one small glitch with inner classes that are resolved with a classifier. As Coveralls does not support such files, they are now merged into the base source file.