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

Include TS files #18

Closed msafi closed 6 years ago

msafi commented 6 years ago

This PR includes TS files in the code coverage enforcement calculation. This change is backward compatible with current implementation.

tapasvimoturu commented 6 years ago

Thank you this is extremely useful add for typescript community

msafi commented 6 years ago

Thank you!