vue-jest icon indicating copy to clipboard operation
vue-jest copied to clipboard

DISABLE coverage reporting for <template> section

Open chaples55 opened this issue 2 years ago • 0 comments

We're upgrading our Vue2/Vuetify apps from Vue CLI v4 to v5 (Jest v24 -> v27, vue-jest -> vue2-jest), and the introduction of coverage reporting for the template section has brought our coverage down. We already test the UI thoroughly via Selenium and don't want to build out template tests to get our coverage report back to 100%.

Is there a way to turn off coverage for just the template? It seems like it should be configurable.

chaples55 avatar Jan 27 '23 16:01 chaples55