-
Notifications
You must be signed in to change notification settings - Fork 122
/
.mutant.yml
47 lines (46 loc) · 1.73 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# https://github.com/mbj/mutant/blob/master/docs/configuration.md
usage: opensource
jobs: 1
requires:
- ruby_event_store/outbox
- ruby_event_store/outbox/cli
includes:
- lib
integration:
name: rspec
mutation:
operators: full
timeout: 10.0
coverage_criteria:
process_abort: true
timeout: true
matcher:
subjects:
- RubyEventStore::Outbox*
ignore:
- RubyEventStore::Outbox::CLI*
- RubyEventStore::Outbox::SidekiqProducer#call
- RubyEventStore::Outbox::SidekiqProducer#sidekiq_client
- RubyEventStore::Outbox::SidekiqProcessor#process
- RubyEventStore::Outbox::SidekiqProcessor#after_batch
- RubyEventStore::Outbox::SidekiqProcessor#ensure_that_sidekiq_knows_about_all_queues
- RubyEventStore::Outbox::SidekiqScheduler#initialize
- RubyEventStore::Outbox::Metrics.from_url
- RubyEventStore::Outbox::FetchSpecification#initialize
- RubyEventStore::Outbox::FetchSpecification#hash
- RubyEventStore::Outbox::FetchSpecification#==
- RubyEventStore::Outbox::Consumer#retrieve_batch
- RubyEventStore::Outbox::Consumer#refresh_lock_for_process
- RubyEventStore::Outbox::Consumer#process
- RubyEventStore::Outbox::Consumer#initialize
- RubyEventStore::Outbox::Consumer#handle_split
- RubyEventStore::Outbox::Consumer#log_error
- RubyEventStore::Outbox::Consumer#handle_failure
- RubyEventStore::Outbox::Configuration*
- RubyEventStore::Outbox::Consumer#get_remaining_count
- RubyEventStore::Outbox::CleanupStrategies::None*
- RubyEventStore::Outbox::Repository*
- RubyEventStore::Outbox::Runner#initialize
- RubyEventStore::Outbox::Runner#run
- RubyEventStore::Outbox::Runner#prepare_traps
- RubyEventStore::Outbox::Runner#initiate_graceful_shutdown