-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcodecov.yml
More file actions
70 lines (63 loc) · 1.48 KB
/
codecov.yml
File metadata and controls
70 lines (63 loc) · 1.48 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
coverage:
status:
patch:
default:
target: 90%
threshold: 2%
base: auto
if_ci_failed: error
comment:
layout: "header,diff,flags,components,tree,reach"
behavior: default
require_changes: false
require_base: no
require_head: yes
branches:
- main
# Use the browser extension to see coverage in-line on PR reviews https://docs.codecov.com/docs/the-codecov-browser-extension
# Leaving this checked in for visibility about the extension since the github_checks.annotations is deprecated
# github_checks:
# annotations: true
component_management:
default_rules:
statuses:
- type: patch
target: 90%
threshold: 2%
individual_components:
- component_id: jdbc_core
name: "JDBC Core"
paths:
- "jdbc-core/**"
- component_id: jdbc_main
name: "JDBC Main"
paths:
- "jdbc/**"
- component_id: jdbc_http
name: "JDBC HTTP"
paths:
- "jdbc-http/**"
- component_id: jdbc_util
name: "JDBC Utilities"
paths:
- "jdbc-util/**"
- component_id: spark_datasource
name: "Spark Datasource"
paths:
- "spark-datasource/**"
ignore:
- "**/*Test.java"
- "**/*Tests.java"
- "**/test/**"
- "**/tests/**"
- "buildSrc/**"
- "verification/**"
- "**/*.proto"
- "**/build.gradle.kts"
- "**/settings.gradle.kts"
flag_management:
default_rules:
carryforward: true
statuses:
- type: patch
target: 90%