Skip to content

Include All Sources Not Working #490

Open
@SenorPez

Description

@SenorPez
    coverageReporter: {
      dir: require('path').join(__dirname, './coverage/app'),
      subdir: '.',
      reporters: [
        { type: 'text-summary' },
        { type: 'lcov'}
      ],
      includeAllSources: true
    },
    preprocessors: {
      '**/src/app/**/*.ts': ['coverage']
    },

Despite configuring coverage to include all sources, it's not doing that.

Untested files are excluded from the coverage metrics.

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