-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
I’ve added jest-vue to my project and I realized that the values for the branches coverage are incorrect. I tried the same with your project vue-test-utils-jest-example-master and the issues are the same.

You can notice that the template lines are included in the coverage calculation and it also shows 50% of 6 branches coverage when you don’t even have a single branch in the file… Something is wrong here. Can you look at it?