-
Notifications
You must be signed in to change notification settings - Fork 307
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
HTML coverage report is not outputting correctly #1062
Comments
The problem doesn't occur with a dev install of framework (i.e., what you get by running |
This is due to an intentional change to handlebars in 4.6 (handlebars-lang/handlebars.js#1642). It's not an issue for Intern 5 since it's using istanbul-reports@2, which dropped handlebars. However, we'll either need to pin handlebars for Intern 4.x, or see if Istanbul-reports@2 will work without too much of an overhaul. |
This should also be updated in Intern 4.8 and 4.x. We can backport it as necessary. |
This gets around an issue with istanbul-reports 1.5.1 including handlebars 4.7+, which has a breaking change from 4.6. references #1062
This gets around an issue with istanbul-reports 1.5.1 including handlebars 4.7+, which has a breaking change from 4.6. references #1062
4.8 and 4.x have been updated. |
Expected behavior
The HTML report to be output correctly and no handlebar wanrings printed to the terminal
Current behavior
The HTML report is empty and handlebars warnings are printed to the terminal
Possible solution
Possibly update dependency that uses handlebars?
Steps to reproduce (for bugs)
coverage/html-report/index.html
Environment
Intern version: 4.3.5
Node version: 12.13.1
NPM version: 6.12.1
Browser version: N/A
Additional information
N/A
The text was updated successfully, but these errors were encountered: