This repository was archived by the owner on Nov 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodecov.yml
More file actions
79 lines (70 loc) · 1.22 KB
/
codecov.yml
File metadata and controls
79 lines (70 loc) · 1.22 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
74
75
76
77
78
79
codecov:
require_ci_to_pass: yes
max_report_age: 24
disable_default_path_fixes: no
strict_yaml_branch: main
notify:
after_n_builds: 3
wait_for_ci: yes
coverage:
range: "90..100"
round: down
precision: 2
status:
project:
default:
target: 90%
threshold: 1%
base: auto
informational: false
only_pulls: false
patch:
default:
target: 50%
threshold: 5%
base: auto
informational: false
only_pulls: false
ignore:
- "tests/"
- "tools/"
- "*.xml"
- "*.yml"
- "*.yaml"
- "*.json"
- "*.md"
- "*.sh"
- "rector.php"
- ".php-cs-fixer.dist.php"
- "psalm.xml.dist"
- "phpstan.neon.dist"
flags:
unit:
paths:
- src/
carryforward: false
integration:
paths:
- src/
carryforward: true
contract:
paths:
- src/
carryforward: true
comment:
layout: "reach,diff,flags,tree,footer"
behavior: default
require_changes: true
require_base: false
require_head: true
branches:
- main
github_checks:
annotations: true
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no