You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chaples55
changed the title
DISABLE coverage for <Template> section
DISABLE coverage reporting for <template> section
Jan 27, 2023
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.
The text was updated successfully, but these errors were encountered: