Skip to content

Only run tests that reach a mutated line #6

@programLyrique

Description

@programLyrique

Running tests that do not exercise mutants is a waste of time.

We should first compute the coverage for each test. covr with options(covr.record_tests = TRUE) will record which test hit which line, so we can use that.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions