-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Missing file in coverage report (Jest) #1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
that would probably an issue to report at https://github.com/eddyerburgh/vue-jest - since it only seems to affect .vue files. Otherwise, this is a jest-specific qustion and not related to the template itself. /ping @eddyerburgh Edit: With |
Related to this issue—jestjs/jest#4509 (comment) I'll look into this issue, I'm unsure whether it's a problem with vue-jest or jest. @maxpou I'm copying your issue to the vue-jest repo |
@eddyerburgh Please link the new issue here and close this one ok? thanks |
Issue in vue-jest— vuejs/vue-jest#32 I don't have permission to close this issue 😉 |
Thanks guys. Then, I will keep an eye on vue-jest issue. Closing, see vuejs/vue-jest#32 |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm getting coverage issues with Jest.
When I set
mapCoverage: true
, some files disapear from the coverage report.Example:
(I remove some file for a better readability. See full coverage report (link to travis build):
All sources files are available here: https://github.com/maxpou/gitvub and jest config here
Thank you
The text was updated successfully, but these errors were encountered: