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
Have an issue after an update opened here as well vuejs/vue-jest#522, where tests coverage report is complaining about non existing lines of code.
Since I am using NUXT and had to upgrade to the latest NUXT Bridge.
Code coverage is complaining about my VUE code files not being covered.
Whereas most of them were covered on 100% according to old and correct report..
After an update coverage is complaining about lines which don't exist at all.
My overall coverage dropped from 70% to 40% due to this wrong report
Below is the screenshot of before and after results.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Have an issue after an update opened here as well vuejs/vue-jest#522, where tests coverage report is complaining about non existing lines of code.
Since I am using NUXT and had to upgrade to the latest NUXT Bridge.
Code coverage is complaining about my VUE code files not being covered.
Whereas most of them were covered on 100% according to old and correct report..
After an update coverage is complaining about lines which don't exist at all.
My overall coverage dropped from 70% to 40% due to this wrong report
Below is the screenshot of before and after results.
My current package.json
My previous package.json:
Solution from here vuejs/vue-jest#480 (comment) didn't help in my case
Beta Was this translation helpful? Give feedback.
All reactions