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
This might be related to #36. When I'm running tests with code coverage on my project, the code coverage report is showing a different .vue file than the one I'm opening.
You can see the behaviour when running tests using npm run test on inkline: https://github.com/inkline/inkline, then opening one of the generated coverage files, such as tests/coverage/components/CheckboxGroup/index.vue.html
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I can confirm that the coverage files start showing properly again after moving components/MyComponent/index.vue to components/MyComponent.vue and writing the script, style and template inside the vue file instead of using src.
This might be related to #36. When I'm running tests with code coverage on my project, the code coverage report is showing a different
.vue
file than the one I'm opening.You can see the behaviour when running tests using
npm run test
on inkline: https://github.com/inkline/inkline, then opening one of the generated coverage files, such as tests/coverage/components/CheckboxGroup/index.vue.htmlAny help would be appreciated.
The text was updated successfully, but these errors were encountered: