-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcodecov.yml
More file actions
54 lines (46 loc) · 876 Bytes
/
codecov.yml
File metadata and controls
54 lines (46 loc) · 876 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
codecov:
require_ci_to_pass: false
coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: 80%
threshold: 1%
ignore:
- "tests/**"
- "mocks/**"
- "proto/**"
- "**/*_mock.go"
- "**/*_test.go"
- "**/*.pb.go"
- "**/*_vtproto.pb.go"
comment:
layout: "reach, diff, flags, components, files"
behavior: default
require_changes: false
component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: server
name: Server
paths:
- server/**
- component_id: client
name: Client
paths:
- woodpecker/**
- component_id: meta
name: Meta
paths:
- meta/**
- component_id: common
name: Common
paths:
- common/**