forked from RailsEventStore/rails_event_store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mutant.yml
31 lines (30 loc) · 1.17 KB
/
.mutant.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# https://github.com/mbj/mutant/blob/master/docs/configuration.md
requires:
- ruby_event_store
includes:
- lib
integration: rspec
mutation_timeout: 10.0
coverage_criteria:
timeout: true
process_abort: true
matcher:
subjects:
- RubyEventStore*
ignore:
- RubyEventStore::InMemoryRepository#with_synchronize
- RubyEventStore::Client#initialize
- RubyEventStore::Client#default_clock
- RubyEventStore::Client#default_correlation_id_generator
- RubyEventStore::Client::Within#add_thread_subscribers
- RubyEventStore::Client::Within#add_thread_global_subscribers
- RubyEventStore::Client::Within#call
- RubyEventStore::Mappers::InMemoryEncryptionKeyRepository#prepare_encrypt
- RubyEventStore::Mappers::EncryptionKey#prepare_encrypt
- RubyEventStore::Mappers::EncryptionKey#prepare_decrypt
- RubyEventStore::Mappers::EncryptionKey#prepare_auth_data
- RubyEventStore::Mappers::EncryptionKey#encrypt_authenticated
- RubyEventStore::Mappers::EncryptionKey#ciphertext_from_authenticated
- RubyEventStore::Mappers::JSONMapper#initialize
- RubyEventStore::Serializers::YAML.load
- RubyEventStore::Mappers::EncryptionMapper#initialize