forked from spree/spree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
73 lines (68 loc) · 1.26 KB
/
Copy pathcodecov.yml
File metadata and controls
73 lines (68 loc) · 1.26 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
codecov:
require_ci_to_pass: false
coverage:
precision: 2
round: down
range: "50...90"
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: 80%
threshold: 5%
comment:
layout: "header, diff, flags, components"
behavior: default
require_changes: false
require_base: false
require_head: true
flags:
core:
paths:
- spree/core/
carryforward: true
api:
paths:
- spree/api/
carryforward: true
admin:
paths:
- spree/admin/
carryforward: true
emails:
paths:
- spree/emails/
carryforward: true
component_management:
individual_components:
- component_id: core
name: Core
paths:
- spree/core/app/**
- spree/core/lib/**
- component_id: api
name: API
paths:
- spree/api/app/**
- spree/api/lib/**
- component_id: admin
name: Admin
paths:
- spree/admin/app/**
- spree/admin/lib/**
- component_id: emails
name: Emails
paths:
- spree/emails/app/**
- spree/emails/lib/**
ignore:
- "docs/**"
- "packages/**"
- "**/spec/**"
- "**/test/**"
- "**/testing_support/**"
- "**/generators/**"
- "**/dummy/**"