55codecov :
66 bot : " codecov-io"
77 strict_yaml_branch : " yaml-config"
8- require_ci_to_pass : yes
8+ require_ci_to_pass : yes # yamllint disable-line rule:truthy
99 notify :
10- wait_for_ci : yes
10+ wait_for_ci : yes # yamllint disable-line rule:truthy
1111
1212coverage :
1313 precision : 2
@@ -16,24 +16,24 @@ coverage:
1616 status :
1717 project :
1818 default :
19- base : auto # target to compare against
20- target : auto # target "X%" coverage to hit on project
21- threshold : 0.5% # allow this much decrease from base
19+ base : auto # target to compare against
20+ target : auto # target "X%" coverage to hit on project
21+ threshold : 0.5% # allow this much decrease from base
2222 if_ci_failed : error
2323 patch :
2424 default :
25- base : auto # target to compare against
26- target : 50% # target "X%" coverage to hit on patch
27- # threshold: 50% # allow this much decrease on patch
25+ base : auto # target to compare against
26+ target : 50% # target "X%" coverage to hit on patch
27+ # threshold: 50% # allow this much decrease on patch
2828 changes : false
2929
3030parsers :
3131 gcov :
3232 branch_detection :
33- conditional : yes
34- loop : yes
35- method : no
36- macro : no
33+ conditional : yes # yamllint disable-line rule:truthy
34+ loop : yes # yamllint disable-line rule:truthy
35+ method : no # yamllint disable-line rule:truthy
36+ macro : no # yamllint disable-line rule:truthy
3737
3838# https://docs.codecov.io/docs/ignoring-paths
3939# ignore:
@@ -43,4 +43,4 @@ parsers:
4343comment :
4444 layout : header, diff, sunburst, uncovered
4545 behavior : default
46- require_changes : true # if true: only post the comment if coverage changes
46+ require_changes : true # if true: only post the comment if coverage changes
0 commit comments