eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Implement exclude as a regular expression #3

Closed jpschewe closed 12 years ago

jpschewe commented 12 years ago

The documentation says that these can be regular expressions, but it wasn't implemented that way. Now it is.

eriwen commented 12 years ago

Awesome, thanks!