Skip to content

1.0.0-beta.0 Coverage directory not being created after running tests #150

@srini88

Description

@srini88

I bumped the library to 1.0.0-beta.0 and ran COVERAGE=true ember test, it runs successfully without any errors (no babel issues). However, I do not see the coverage directory being created.

My coverage.js has

module.exports = {
  reporters: ['lcov', 'html'],
  useBabelInstrumenter: true
};

It is located in the path <addon>/tests/dummy/config/coverage.js.

I ran it on a mac and also on windows 10, the coverage directory does not get created.
Please let me know if you need more information.

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