Skip to content

Ability to disable coverage generation. #11

Closed
@TomSchillemans

Description

@TomSchillemans

Running phpspec with coverage brings my total tests (5 right now) to a 1 to 1.5second execution time.
While running it without coverage (by commenting out the configuration) has a 100ms or less execution time.

Is it possible that we can run phpspec like: phpspec run --no-coverage or maybe even turn it around like
phpspec run --coverage like phpunit has it?

Since I don't nessecarilly want to ALWAYS generate coverage, especially at development.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions