-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Code Coverage Report issue #16633
Comments
I just got the same error after updating a handful of dependencies (istanbul, istanbul-instrumenter-loader, and karma-coverage) |
Were you able to fix it? |
Well... kind of? I'm going down a rabbit hole of updating all my dependencies: I think one of my initial root causes was a mismatch of dependencies. But I couldn't tell you exactly what the culprit was. So I just started slowly hacking away it in as small as chunks as I could do. (PS, don't read too much into the failed builds in my screenshot. It's unrelated to the code coverage report issue). |
Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on StackOverflow using tag If you are wondering why we don't resolve support issues via the issue tracker, please check out this explanation. |
I was facing the same issue. It might be related to handlebars-lang/handlebars.js#1636 Exception message:
Test succeed but coverage report is not well formed. Only happens when --code-coverage is used. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I get the below issue while trying to run the command
ng test (applicaitonname) --watch=false --code-coverage
Issue:
See http://localhost/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "functions" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
Please suggest what to do.
The text was updated successfully, but these errors were encountered: