Commit 7cfee8b 1 parent 5f5e395 commit 7cfee8b Copy full SHA for 7cfee8b
File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
comment :
2
- layout : " header, files, footer " # remove "new" from "header" and "footer "
3
- hide_project_coverage : true # set to false
2
+ layout : " condensed_header, condensed_files, condensed_footer "
3
+ hide_project_coverage : true
4
4
require_changes : false # if true: only post the comment if coverage changes
5
5
6
6
codecov :
7
7
# due to ci-optimization, reports for modules that have not changed may be quite old
8
8
max_report_age : off
9
9
10
+ github_checks :
11
+ # Hide annotations that show up in github PR reviews. There still is a red bar next to lines not covered
12
+ annotations : false
13
+
10
14
flag_management :
11
15
default_rules : # the rules that will be followed for any flag added, generally
12
16
carryforward : true
13
- statuses :
14
- - type : project
15
- target : auto
16
- threshold : 0% # Not enforcing project coverage yet.
17
- - type : patch
18
- target : 90%
19
17
individual_flags : # exceptions to the default rules above, stated flag by flag
20
18
- name : frontend
21
19
paths :
@@ -55,11 +53,8 @@ flag_management:
55
53
- " metadata-ingestion-modules/prefect-plugin/**"
56
54
coverage :
57
55
status :
58
- project :
59
- default :
60
- target : 0% # no threshold enforcement yet
61
- only_pulls : true
56
+ project : false
62
57
patch :
63
58
default :
64
- target : 90 % # for new code added in the patch
65
- only_pulls : true
59
+ target : 75 % # for new code added in the patch
60
+ only_pulls : true
You can’t perform that action at this time.
0 commit comments