Adjust self coverage configurations
This commit is contained in:
parent
0010c00c9f
commit
c1f3295013
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
name: mutant
|
||||
namespace: Mutant
|
||||
zombify: true
|
||||
expect_coverage: 65.10
|
||||
expect_coverage: 64.99
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue