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:
Markus Schirp 2014-04-11 01:43:27 +00:00
parent 9675bca7b9
commit b917919b4b

View file

@ -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*