forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
34 lines (31 loc) · 686 Bytes
/
Copy path.codecov.yml
File metadata and controls
34 lines (31 loc) · 686 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
# Copyright (c) 2026 The Jaeger Authors.
# SPDX-License-Identifier: Apache-2.0
codecov:
notify:
require_ci_to_pass: yes
after_n_builds: 18
strict_yaml_branch: main # only use the latest copy on the main branch
ignore:
- "**/*.pb.go"
- "**/mocks/*"
- "proto-gen/*/*"
- "thrift-gen/*/*"
- "**/main.go"
- "examples/hotrod"
- "internal/storage/integration"
- "cmd/jaeger/internal/integration"
- "internal/tools"
- "monitoring/jaeger-mixin/generate"
coverage:
precision: 2
round: down
range: "95...100"
status:
project:
default:
enabled: yes
target: 95%
patch:
default:
enabled: yes
target: 95%