Replies: 2 comments 1 reply
-
I don't use type coverage, just code coverage, but I would still like Pest to show files that are not 100% covered or below the minimum, if specified. I have recently started a new project, with only 45 files, and it is already very inconvenient to scroll up to see which files are below my minimum coverage. It will be quite bad when the project grows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Somebody has already implemented it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Laravel 11 project where I use the type-coverage plugin.
The project has many files, so when I run the type coverage test I have to scroll through too many files just to fix 5 or 6 missed types.
I think it would be cool if a flag was available that tells the plugin to output only the files with problems.
Beta Was this translation helpful? Give feedback.
All reactions