-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yaml
39 lines (38 loc) · 835 Bytes
/
codecov.yaml
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
comment:
layout: "header, diff, components"
component_management:
default_rules:
statuses:
- type: "project"
target: "auto"
branches:
- "!main"
individual_components:
- component_id: "apps_back"
name: Backend
paths:
- apps/back/**
statuses:
- type: project
target: 95%
- type: patch
target: 100%
- component_id: "apps_front"
name: Frontend
paths:
- apps/front/**
statuses:
- type: project
target: 50%
- component_id: "lib_back_tracing"
name: Lib ToolTracing
paths:
- libs/back/tool_tracing/**
- component_id: "lib_back_md_header"
name: Lib MarkdownHeader
paths:
- libs/back/markdown_header/**
- component_id: "lib_back_md_struct"
name: Lib Markdown struct
paths:
- libs/back/markdown_struct/**