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, where 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.
Have an issue after an update, where 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 #480 (comment) didn't help in my case
We have so many coverage issues reported long time now and none of them resolved:
#500
#488
#480
#504
#514
The text was updated successfully, but these errors were encountered: