forked from VATSIM-UK/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codecov.yml
57 lines (54 loc) · 1.01 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
codecov:
branch: master
comment: false
coverage:
status:
project:
default: off
events_jobs_queues:
target: 100%
flags: events_jobs_queues
exceptions:
target: 100%
flags: exceptions
http:
target: 100%
flags: http
models:
target: 100%
flags: models
notifications:
target: 100%
flags: notifications
patch:
target: 100%
only_pulls: true
flags: events_jobs_queues, exceptions, http, models, notifications
flags:
events_jobs_queues:
paths:
- app/Events
- app/Jobs
exceptions:
paths:
- app/Exceptions
ignore:
- app/Exceptions/Handler.php
http:
paths:
- app/Http
ignore:
- app/Http/Kernel.php
models:
paths:
- app/Models/Entities
- app/Models/Pivots
- app/Models/Traits
- app/Models/Services
notifications:
paths:
- app/Notifications
- app/Mail
tests:
paths:
- tests/