Skip to content

[test runner] code coverage does not include untested files #1880

Open
@jmcgavin

Description

@jmcgavin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions