-
Notifications
You must be signed in to change notification settings - Fork 108
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
excludeAfterRemap set to true makes the reports empty #217
Comments
Great bug report, so nice, I will link it in the github issue template as an example! workaround In {
"nyc": {
"excludeAfterRemap": false
}
} Let me see if we can do more in this plugin to solve this, problem is, |
Initially, I set |
🎉 This issue has been resolved in version 3.5.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you very much for your prompt response |
Logs and screenshots
versions
describe the bug
Nyc reprter doesn't report coverage when
excludeAfterRemap
is set totrue
in common-utils.js file (default plugin configuration), when testing an angular 8+ app.link to the repo
cypress-code-coverage-bug
workaround
Set
excludeAfterRemap
totrue
in common-utils.js file.The text was updated successfully, but these errors were encountered: