-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
71 lines (69 loc) · 1.63 KB
/
codecov.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
coverage:
status:
project:
default:
target: 75%
laravel-infrastructure:
target: 0%
flags:
- laravel-infrastructure
laravel-client-infrastructure:
target: 0%
flags:
- laravel-client-infrastructure
laravel-api-infrastructure:
target: 0%
flags:
- laravel-api-infrastructure
laravel-one:
target: 75%
flags:
- laravel-one
laravel-sentry-handler:
target: 75%
flags:
- laravel-sentry-handler
laravel-session:
target: 75%
flags:
- laravel-session
phpunit-slicer:
target: 100%
flags:
- phpunit-slicer
flags:
laravel-infrastructure:
carryforward: true
paths:
- laravel-infrastructure/
laravel-client-infrastructure:
carryforward: true
paths:
- laravel-client-infrastructure/
laravel-api-infrastructure:
carryforward: true
paths:
- laravel-api-infrastructure/
laravel-one:
carryforward: true
paths:
- laravel-one/
laravel-sentry-handler:
carryforward: true
paths:
- laravel-sentry-handler/
laravel-session:
carryforward: true
paths:
- laravel-session/
phpunit-slicer:
carryforward: true
paths:
- phpunit-slicer/
# https://docs.codecov.com/docs/pull-request-comments
comment:
layout: "flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: no # [yes :: must have a head report to post]