digitalfondue / jscoverproxy-maven-plugin

a maven plugin for JSCover for a simple use case: generate coverage in conjunction of the jasmine-maven-plugin
Apache License 2.0
1 stars 1 forks source link

Use JSCover config API over raw arguments #5

Closed tntim96 closed 7 years ago

tntim96 commented 7 years ago

This requires JSCover 1.0.26-SNAPSHOT which I can release when needed.

I've copied some techniques from a similar plugin I wrote, https://github.com/tntim96/JSCover-maven-plugin. I've altered the no-args parameters so it is more flexible, allowing regular expressions and other options which JSCover allows.

tntim96 commented 7 years ago

Will re-try as this had a conflict.