1codecov: 2 notify: 3 require_ci_to_pass: true 4comment: off 5ignore: 6 - "Doc/**/*" 7 - "Misc/*" 8 - "Mac/**/*" 9 - "PC/**/*" 10 - "PCbuild/**/*" 11 - "Tools/**/*" 12 - "Grammar/*" 13coverage: 14 precision: 2 15 range: 16 - 70.0 17 - 100.0 18 round: down 19 status: 20 changes: off 21 project: off 22 patch: 23 default: 24 target: 100% 25 only_pulls: true 26 threshold: 0.05 27parsers: 28 gcov: 29 branch_detection: 30 conditional: true 31 loop: true 32 macro: false 33 method: false 34 javascript: 35 enable_partials: false 36