dfki-asr / compass

Collaborative Modular Prototyping And Simulation Server
Apache License 2.0
2 stars 0 forks source link

Feature/test coverage reports #20

Closed wherget closed 9 years ago

wherget commented 9 years ago

This feature adds JaCoCo as coverage reports. For me, it was the coverage tool with the best compatibility, which is why I chose it. The others (e.g. emma) struggle with Java 7 and outright don't work on Java 8. I found it pretty neat from a technical standpoint, as it uses the same facility as the remote debugger. As is usual, it can be enabled per-module, like PMD and CPD.