zordius / gulp-jsx-coverage

deprecated
https://www.npmjs.com/package/gulp-jsx-coverage
Other
34 stars 10 forks source link

Coverage not included for sources without a test. #33

Closed cliren closed 8 years ago

cliren commented 8 years ago

We have seen this recently, one our devs missed adding a test for a new component but its not caught in the coverage report. Ideally this should have been caught and reported (if the coverage is below threshold). Adding a test and importing the new component covers it but is there a way to automatically cover all the sources (except excluded files/directories)?

zordius commented 8 years ago

please refer to #21, thanks!