a6875c281c
Axiom will currently not be killed on CI. Once I merge the parallel stuff this is feasable.
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
---
|
|
- name: rubyspec
|
|
namespace: Rubyspec
|
|
repo_uri: 'https://github.com/rubyspec/rubyspec.git'
|
|
mutation_coverage: false
|
|
mutation_generation: true
|
|
expect_coverage: 0.0 # not run
|
|
exclude:
|
|
# Binary encoded source subjected to limitations see README of unparser
|
|
- core/array/pack/{b,h,u}_spec.rb
|
|
- language/versions/*1.8*
|
|
- core/array/pack/shared/float.rb
|
|
- core/array/pack/shared/integer.rb
|
|
- core/array/pack/{c,m,w}_spec.rb
|
|
- core/regexp/shared/new.rb
|
|
- core/regexp/shared/quote.rb
|
|
- core/encoding/compatible_spec.rb
|
|
- core/io/readpartial_spec.rb
|
|
- core/env/element_reference_spec.rb
|
|
- core/dir/pwd_spec.rb
|
|
- core/string/casecmp_spec.rb
|
|
- core/string/unpack/{b,c,h,m,u,w}_spec.rb
|
|
- core/string/unpack/b_spec.rb
|
|
- core/string/unpack/shared/float.rb
|
|
- core/string/unpack/shared/integer.rb
|
|
- core/symbol/casecmp_spec.rb
|
|
- optional/capi/integer_spec.rb
|
|
- name: auom
|
|
namespace: AUOM
|
|
repo_uri: 'https://github.com/mbj/auom.git'
|
|
mutation_coverage: true
|
|
mutation_generation: true
|
|
exclude: []
|
|
expect_coverage: 100.0
|
|
- name: axiom
|
|
namespace: Axiom
|
|
repo_uri: 'https://github.com/dkubb/axiom.git'
|
|
mutation_coverage: false
|
|
mutation_generation: true
|
|
exclude: []
|
|
expect_coverage: 100.0
|