mozilla / eslint-plugin-no-unsanitized

Custom ESLint rule to disallows unsafe innerHTML, outerHTML, insertAdjacentHTML and alike
Mozilla Public License 2.0
223 stars 34 forks source link

expose and analyze nyc coverage info #131

Open mozfreddyb opened 4 years ago

mozfreddyb commented 4 years ago

We just enabled coverage info, but don't really use it anywhere. It's time we drive test coverage up, remove useless tests (#128) and add tests where required.

This bug is about the first steps of exposing the coverage delta on pull requests and filing follow-ups for code that isn't well covered.

@brettz9 do you happen to be interested? :slightly_smiling_face:

brettz9 commented 4 years ago

While I'd love to help (no less with such a competent and good-natured project lead as yourself!), my plate has gone to overflowing. Will keep in mind though if I end up getting freed up.