Skip to content
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

Incremental coverage generation #5432

Closed
Aftabnack opened this issue Jan 31, 2018 · 1 comment · Fixed by #5601
Closed

Incremental coverage generation #5432

Aftabnack opened this issue Jan 31, 2018 · 1 comment · Fixed by #5601

Comments

@Aftabnack
Copy link
Contributor

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
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant