tapasvimoturu / grunt-code-coverage-enforcer

This is a grunt task that will read the LCOV file and fails the build if it doesn't meet the specified thresholds
8 stars 12 forks source link

Fixes to allow grunt-code-coverage-enforcer to work on Windows machines. #16

Closed dlee01 closed 7 years ago

dlee01 commented 7 years ago

Basically, normalize all filenames and paths to use Unix style path separators (forward slashes).