Open
Description
The includes
property of the coverageConfig
object does not include untested files in the code coverage. Only files visited during tests are included in the coverage.
I think having the option to include the entire codebase in the code coverage output is a good idea. Either through the includes
property or the addition of an all
property like the --all
flag that can be used with istanbul/nyc or c8.
Metadata
Metadata
Assignees
Labels
No labels