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
Originally posted by Envoy49 December 22, 2022
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.
Discussed in #674
Originally posted by Envoy49 December 22, 2022
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
The text was updated successfully, but these errors were encountered: