-
Notifications
You must be signed in to change notification settings - Fork 38
/
codecov.yml
56 lines (50 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
51
52
53
54
55
56
codecov:
require_ci_to_pass: true
ignore:
# Package Manager files
- '.yarn/**/*'
- '.pnp.*'
- '.cache/**/*'
- 'tmp/**/*'
- '**/node_modules/**/*'
# Distribution folders
- 'packages/@*/*/dist/**/*'
- 'tools/@*/*/dist/**/*'
- 'apps/@*/*/dist/**/*'
# Generated files
- 'packages/@o3r-training/showcase-sdk/src/api/**/*'
- 'packages/@o3r-training/showcase-sdk/src/models/base/**/*'
- 'packages/@o3r-training/showcase-sdk/src/spec/**/*'
- 'tools/github-actions/*/packaged-action/**/*'
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/**
- 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/**