-
Notifications
You must be signed in to change notification settings - Fork 4
/
.codecov.yml
50 lines (49 loc) · 1.34 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
coverage:
range: 70..80
round: nearest
precision: 2
ignore:
- "app"
- "assets"
- "bin"
- "build"
- "config"
- "db"
- "docs"
- "frontend"
- "infrastructure"
- "public"
- "Sniffs"
- "translations"
- "var"
- "vendor"
- "src/Core/Application/Dependency"
- "src/Core/Application/DependencyInjection"
- "src/Core/Application/Dto"
- "src/Core/Application/Exception"
- "src/Core/Application/Resources"
- "src/Core/Domain"
- "src/Core/SprykerSdkCoreBundle.php"
- "src/Extension/DependencyInjection"
- "src/Extension/Resources"
- "src/Extension/SprykerSdkExtensionBundle.php"
- "src/Infrastructure/DependencyInjection"
- "src/Infrastructure/Dto"
- "src/Infrastructure/Entity"
- "src/Infrastructure/Event"
- "src/Infrastructure/Exception"
- "src/Infrastructure/Resources"
- "src/Infrastructure/SprykerSdkInfrastructureBundle.php"
- "src/Presentation/Console/DependencyInjection"
- "src/Presentation/Console/Resources"
- "src/Presentation/Ide/Dto"
- "src/Presentation/RestApi/Enum"
- "src/Presentation/RestApi/Exception"
- "src/Presentation/RestApi/Resources"
- "src/Presentation/RestApi/SprykerSdkRestApiBundle.php"
- "**/*.md"
- "**/*.yml"
- "**/*.yaml"
- "**/*.json"
- "**/*.xml"
- "**/*.lock"