forked from open-telemetry/opentelemetry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yaml
More file actions
27 lines (26 loc) · 679 Bytes
/
Copy path.codecov.yaml
File metadata and controls
27 lines (26 loc) · 679 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
codecov:
notify:
require_ci_to_pass: yes
strict_yaml_branch: main # only use the latest copy on main branch
max_report_age: off
coverage:
precision: 2
round: down
range: "80...100"
status:
project:
default:
target: 89%
paths:
- "!opencensus-shim/"
- "!opentracing-shim/"
# exclude declarative config generated POJOs
- "!sdk-extensions/declarative-config/src/main/java/io/opentelemetry/sdk/autoconfigure/declarativeconfig/model/"
unmaintained:
target: 80%
paths:
- "opencensus-shim/"
- "opentracing-shim/"
patch:
default:
target: 80%