Exclude reporters from coverage
* Reporters currently write to $stderr, this will interfear on with the reporter under zombification. * This is not a long term exclude situartion and will change soon again.
This commit is contained in:
parent
9675bca7b9
commit
b917919b4b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
name: mutant
|
||||
namespace: Mutant
|
||||
zombify: true
|
||||
ignore_subject:
|
||||
ignore_subjects:
|
||||
# Mutation causes infinite runtime
|
||||
- Mutant::Runner.lookup
|
||||
- Mutant::Zombifier*
|
||||
- Mutant::Reporter*
|
||||
|
|
Loading…
Reference in a new issue