Open
Description
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.