free_mutant/config/mutant.yml
Markus Schirp ff056dd20d Adjust expected coverage
* Down because of new mutation operators.
2014-04-22 19:59:08 +00:00

15 lines
412 B
YAML

name: mutant
namespace: Mutant
zombify: true
expect_coverage: 61.83
ignore_subjects:
# Mutation causes infinite runtime
- Mutant::Runner.lookup
# Suboptimal test selection stragegy (will be fixed soon) causes timeouts on CI
- Mutant::Zombifier*
- Mutant::Reporter*
- Mutant::CLI*
- Mutant.singleton_subclass_instance
- Mutant.symbolset
# Executing this has undefined behavior with the zombifier
- Mutant.zombify