free_mutant/config/mutant.yml

15 lines
393 B
YAML
Raw Normal View History

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
ignore_subjects:
# 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
- 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