File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ coverage:
23
23
precision : 2
24
24
round : down
25
25
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
26
33
27
34
# Ignoring Paths
28
35
# --------------
@@ -47,14 +54,7 @@ ignore:
47
54
- " hudi-hadoop-mr/src/main/java/com/uber/hoodie/hadoop/HoodieInputFormat.java"
48
55
- " hudi-hadoop-mr/src/main/java/com/uber/hoodie/hadoop/realtime/HoodieRealtimeInputFormat.java"
49
56
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
58
58
59
59
flags :
60
60
hudicli :
You can’t perform that action at this time.
0 commit comments