1codecov: 2 strict_yaml_branch: master 3 notify: 4 require_ci_to_pass: true 5comment: off 6ignore: 7 - "Doc/**/*" 8 - "Misc/*" 9 - "Mac/**/*" 10 - "PC/**/*" 11 - "PCbuild/**/*" 12 - "Tools/**/*" 13 - "Grammar/*" 14coverage: 15 precision: 2 16 range: 70...90 17 round: down 18 status: 19 changes: off 20 project: off 21 patch: off 22parsers: 23 gcov: 24 branch_detection: 25 conditional: true 26 loop: true 27 macro: false 28 method: false 29 javascript: 30 enable_partials: false 31