1codecov: 2 notify: 3 require_ci_to_pass: yes 4 5coverage: 6 precision: 2 7 round: down 8 range: "70...100" 9 10 status: 11 project: yes 12 patch: yes 13 changes: no 14 15# ignore: 16# - "tests/**/*" 17# - "samples/**/*" 18# - "ext/hal/**/*" 19 20parsers: 21 gcov: 22 branch_detection: 23 conditional: yes 24 loop: yes 25 method: no 26 macro: no 27 28comment: 29 layout: "reach, diff, flags, files, footer" 30 behavior: default 31 require_changes: no 32