File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,25 @@ coverage:
1515
1616 patch :
1717 default :
18- target : auto
19- threshold : 0 %
18+ target : 100%
19+ threshold : 5 %
2020
2121github_checks :
2222 annotations : false
2323
24- comment :
25- layout : " condensed_header, condensed_files, condensed_footer"
26- hide_project_coverage : true
27- require_head : true
28- require_base : true
29- require_changes : " coverage_drop OR uncovered_patch"
24+ comment : false
25+ # layout: "condensed_header, condensed_files, condensed_footer"
26+ # hide_project_coverage: true
27+ # require_head: true
28+ # require_base: true
29+ # require_changes: "coverage_drop OR uncovered_patch"
3030
3131component_management :
3232 individual_components :
3333 - component_id : library
3434 name : " Core library"
3535 paths :
36- - ' !src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test)\.c'
36+ - ' !src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint.c )\.c'
3737 statuses :
3838 - type : project
3939 target : auto
@@ -42,4 +42,8 @@ component_management:
4242 - component_id : test_binaries
4343 name : " Test binaries"
4444 paths :
45- - ' src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test)\.c'
45+ - ' src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint.c)\.c'
46+ statuses :
47+ - type : project
48+ target : auto
49+ threshold : 2%
You can’t perform that action at this time.
0 commit comments