-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcodecov.yml
More file actions
92 lines (80 loc) · 1.86 KB
/
codecov.yml
File metadata and controls
92 lines (80 loc) · 1.86 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
80
81
82
83
84
85
86
87
88
89
90
91
92
codecov:
require_ci_to_pass: true
max_report_age: off
coverage:
status:
default_rules:
flag_coverage_not_uploaded_behavior: exclude
target: auto
threshold: 0.3%
informational: true
project:
default:
target: auto
threshold: 0.3%
base: auto
if_ci_failed: error
informational: true
patch:
default:
target: 75%
threshold: 100%
informational: true
ignore:
# Package Manager files
- '.yarn'
- '.pnp.*'
- '.cache'
- 'tmp'
- '**/node_modules'
# Distribution folders
- 'packages/@*/*/dist'
- 'tools/@*/*/dist'
- 'apps/@*/*/dist'
# builder cache folders
- 'packages/@*/*/build'
- 'tools/@*/*/build'
- 'apps/@*/*/build'
# Generated files
- 'tools/github-actions/*/packaged-action'
# Templates
- '**/*.template'
- '**/schematics/**/templates'
# Tests
- '**/dist-test'
- '**/dist-e2e-playwright'
- '**/playwright-reports'
- '**/test-results'
comment:
layout: "condensed_header, condensed_files, condensed_footer"
behavior: default
component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: otter
name: Otter Modules
paths:
- packages/@o3r/**
- component_id: otter-tools
name: Otter developer tools
paths:
- apps/chrome-devtools/**
- apps/github-cascading-app/**
- apps/intellij-extension/**
- apps/vscode-extension/**
- apps/palette-generator/**
- component_id: otter-github-actions
name: Otter Github shared Actions
paths:
- tools/github-actions/**
- component_id: training
name: Training modules
paths:
- packages/@o3r-training/**
- component_id: sdk
name: SDK Tooling
paths:
- packages/@ama-sdk/**