Skip to content

Allow per-TestConfiguration ICoverageConfiguration #80

@sewe

Description

@sewe

At the moment, coverage configuration (from ICoverageConfiguration) is defined globally:

export interface IConfigurationWithGlobalOptions {
    /**
     * Test configurations to run.
     */
    tests: TestConfiguration[];
    /**
     * Configuration used for handling coverage.
     */
    coverage?: ICoverageConfiguration;
}

This is unfortunately a bit limiting, as one cannot collect coverage separately, e.g., for integration vs. unit tests defined in two separate TestConfigurations. (Of course, this would also require that #38 be fixed; it both configurations write to the same output directory, this won't work.)

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