1codecov: 2 require_ci_to_pass: yes 3 4coverage: 5 precision: 2 6 round: down 7 range: "70...100" 8 9parsers: 10 gcov: 11 branch_detection: 12 conditional: yes 13 loop: yes 14 method: no 15 macro: no 16 17comment: false 18 19ignore: 20 - "**/build.rs" 21 - "**/benches/" 22 - "**/tests/" 23 - "**/codegen/" 24 - "**/*_test.rs" 25 - "**/*tests.rs" 26