2013-06-28 18:55:31 -04:00
|
|
|
name: mutant
|
|
|
|
namespace: Mutant
|
2014-04-04 10:28:33 -04:00
|
|
|
zombify: true
|
2014-05-10 12:46:40 -04:00
|
|
|
expect_coverage: 62.08
|
2014-04-10 21:43:27 -04:00
|
|
|
ignore_subjects:
|
2014-04-10 11:51:06 -04:00
|
|
|
# Mutation causes infinite runtime
|
|
|
|
- Mutant::Runner.lookup
|
2014-04-11 16:47:02 -04:00
|
|
|
# Suboptimal test selection stragegy (will be fixed soon) causes timeouts on CI
|
2014-04-10 21:43:27 -04:00
|
|
|
- Mutant::Zombifier*
|
|
|
|
- Mutant::Reporter*
|
2014-04-11 11:24:14 -04:00
|
|
|
- Mutant::CLI*
|
2014-04-11 16:47:02 -04:00
|
|
|
- Mutant.singleton_subclass_instance
|
|
|
|
# Executing this has undefined behavior with the zombifier
|
|
|
|
- Mutant.zombify
|