forked from lizhanhui/elastic-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
32 lines (29 loc) · 692 Bytes
/
Copy pathcodecov.yml
File metadata and controls
32 lines (29 loc) · 692 Bytes
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
codecov:
token: 14d9c2d5-0c86-4623-8f3c-08d069667b7c
ignore:
- "pd/pkg/util/test/"
- "pd/pkg/benchmark/"
- "pd/api/"
- "pd/third_party/"
- "pd/**/*_mock.go"
comment:
layout: "reach, diff, flags, components, tree, reach"
behavior: default
component_management:
individual_components:
- component_id: "rust-components"
name: "Rust Components"
paths:
- "components/"
- component_id: "rust-sdk"
name: "Rust SDK"
paths:
- "sdks/frontend-rs/"
- component_id: "range-server"
name: "Range Server"
paths:
- "range-server/"
- component_id: "pd"
name: "Placement Driver"
paths:
- "pd/"