Skip to content
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

Fix coverage reports for typescript for vue3 #331

Merged
merged 2 commits into from
Apr 6, 2021

Conversation

jolting
Copy link
Contributor

@jolting jolting commented Apr 6, 2021

This was based on #330 but applied to Vue3.

This properly generates the coverage reports with the filename TsSrc.ts instead of module.ts

-   module.ts               |       75 |      100 |    66.67 |       75 |                20 |
+   TsSrc.ts                |       75 |      100 |    66.67 |       75 |                20 |

Copy link
Member

@lmiller1990 lmiller1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@lmiller1990 lmiller1990 merged commit af80ab0 into vuejs:next Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants