-
-
Notifications
You must be signed in to change notification settings - Fork 301
/
codecov.yml
45 lines (45 loc) · 894 Bytes
/
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
---
codecov:
require_ci_to_pass: true
notify:
after_n_builds: 6
wait_for_ci: true
comment:
behavior: default
require_base: false
require_changes: true
require_head: true
github_checks:
annotations: false
coverage:
precision: 2
round: down
status:
changes: false
patch: off
project:
default:
target: 80%
ignore:
- "^app/Console/.*"
- "^app/Exceptions/.*"
- "^app/Http/Middleware/VerifyCsrfToken.*"
- "^app/Http/Middleware/VerifyCsrfToken.*"
- "^app/Providers/BroadcastServiceProvider.*"
- "^app/Jobs/UploadSizeVariantToS3Job.php"
# We do not test those
- "^app/Mail/.*"
- "^app/Notifications/.*"
# Legacy shit
- "^app/Legacy/Actions/Photo/.*"
- "^app/Livewire/.*"
- "^app/View/.*"
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: false