You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug? feature
What is the current behavior?
Jest (or any other testing framework for that matter) doesn't have a way of generating incremental code coverage.
It would be very beneficial when I am trying to cover those last few conditionals to be able to immediately see the updated coverage (either html or text) immediately without having to stop and re-run jest with --coverage
What is the expected behavior?
Incremental coverage updates, updating coverage info of the files that I am currently writing testcases for.
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
Node: 8.9.4
Ubuntu 17.10
Yarn: 1.3.2
Jest: 22.1.1
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
feature
What is the current behavior?
--coverage
What is the expected behavior?
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
The text was updated successfully, but these errors were encountered: