-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
53 lines (51 loc) · 1010 Bytes
/
Copy pathcodecov.yml
File metadata and controls
53 lines (51 loc) · 1010 Bytes
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
48
49
50
51
52
53
coverage:
status:
project:
default: false
patch:
default:
target: auto
threshold: 0%
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false
show_carryforward_flags: true
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: auto
threshold: 1%
individual_flags:
- name: core
paths:
- gems/core/lib
- name: active_job
paths:
- gems/active_job/lib
- name: gcp
paths:
- gems/gcp/lib
- name: karafka
paths:
- gems/karafka/lib
- name: rack
paths:
- gems/rack/lib
- name: rails
paths:
- gems/rails/lib
- name: rails_support
paths:
- gems/rails_support/lib
- name: redaction
paths:
- gems/redaction/lib
- name: semantic_logger
paths:
- gems/semantic_logger/lib
- name: ractor
paths:
- gems/ractor/lib