Skip to content

Commit 4f1350f

Browse files
authored
[MINOR] Disable codecov (apache#3314)
1 parent d58a834 commit 4f1350f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.codecov.yml.broken .codecov.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ coverage:
2323
precision: 2
2424
round: down
2525
range: "50...100"
26+
status:
27+
project: # settings affecting project coverage
28+
enabled: no
29+
30+
# do not run coverage on patch nor changes
31+
patch: no
32+
changes: no
2633

2734
# Ignoring Paths
2835
# --------------
@@ -47,14 +54,7 @@ ignore:
4754
- "hudi-hadoop-mr/src/main/java/com/uber/hoodie/hadoop/HoodieInputFormat.java"
4855
- "hudi-hadoop-mr/src/main/java/com/uber/hoodie/hadoop/realtime/HoodieRealtimeInputFormat.java"
4956

50-
comment:
51-
layout: "reach, diff, flags, files"
52-
behavior: default
53-
require_changes: false # if true: only post the comment if coverage changes
54-
require_base: no # [yes :: must have a base report to post]
55-
require_head: no # [yes :: must have a head report to post]
56-
branches: # https://docs.codecov.io/docs/pull-request-comments#branches
57-
- "master"
57+
comment: false
5858

5959
flags:
6060
hudicli:

0 commit comments

Comments
 (0)