forked from opensearch-project/opensearch-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
34 lines (33 loc) · 912 Bytes
/
Copy path.codecov.yml
File metadata and controls
34 lines (33 loc) · 912 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
# https://docs.codecov.com/docs/pull-request-comments
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]
coverage:
status:
project:
default:
target: auto
threshold: 5%
core:
paths:
- "opensearch*.go"
- "opensearchtransport/"
- "opensearchutil/"
- "signer/"
target: 80%
threshold: 2%
path:
paths:
- "internal/path/"
target: 95%
threshold: 2%
opensearchapi:
paths:
- "opensearchapi/"
target: 25%
threshold: 5%
patch: off