-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bug: Can't run the tool #66
Comments
@christianhultin just to clarify, you're running it in a TS project, where the We've seen this problem before, but it should have been fixed in #51. If it's still a problem, then plantain-00/type-coverage#89 hasn't been fixed. Could you check and run |
Not quite sure what you mean, but if I do this in the root of my project repository
npm install --save-dev type-coverage 2.Add a script in package json: "scripts": {
"tc": "type-coverage"
}
npm run tc I get the following result again
Could it have anything to do with us using nvm for managing node-versions? |
@christianhultin So we use that package to collect coverage, while this tool only displays the results. Nothing to do with nvm. |
|
@plantain-00 soz I somehow thought it was the same and didn't read 😄 |
It works if I increase memory! Thanks for that :) Is there any way to see the details on folder-level rather than file-level? Since it is a large repo, the file-level isn't really of interest here |
Describe the bug
Followed the guide and installed it globally, running it with "typescript-coverage-report" produces the following error:
To Reproduce
Environment
The text was updated successfully, but these errors were encountered: