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

grunt-code-coverage-enforcer doesn't fail on threshhold limits (Windows Server 2012) #3

Closed mvcatsifma closed 10 years ago

mvcatsifma commented 10 years ago

On Windows Server 2012, I am experiencing the same issue as described here: http://stackoverflow.com/questions/24456267/grunt-code-coverage-enforcer-doesnt-fail-on-threshhold-limits

tapasvimoturu commented 10 years ago

We have put in a fix to normalize filenames across windows and unix environments. This is included in version 0.1.4

https://www.npmjs.org/package/grunt-code-coverage-enforcer

mvcatsifma commented 10 years ago

Version 0.1.5 fixes this issue on Windows.