2013-06-29 00:55:31 +02:00
|
|
|
name: mutant
|
|
|
|
namespace: Mutant
|
2014-04-04 14:28:33 +00:00
|
|
|
zombify: true
|
2014-04-22 19:59:06 +00:00
|
|
|
expect_coverage: 61.83
|
2014-04-11 01:43:27 +00:00
|
|
|
ignore_subjects:
|
2014-04-10 15:51:06 +00:00
|
|
|
# Mutation causes infinite runtime
|
|
|
|
- Mutant::Runner.lookup
|
2014-04-11 20:47:02 +00:00
|
|
|
# Suboptimal test selection stragegy (will be fixed soon) causes timeouts on CI
|
2014-04-11 01:43:27 +00:00
|
|
|
- Mutant::Zombifier*
|
|
|
|
- Mutant::Reporter*
|
2014-04-11 15:24:14 +00:00
|
|
|
- Mutant::CLI*
|
2014-04-11 20:47:02 +00:00
|
|
|
- Mutant.singleton_subclass_instance
|
|
|
|
# Executing this has undefined behavior with the zombifier
|
|
|
|
- Mutant.zombify
|