codecov.yml 306 B

123456789101112131415161718192021
  1. codecov:
  2. require_ci_to_pass: yes
  3. coverage:
  4. precision: 2
  5. round: nearest
  6. range: "70...100"
  7. parsers:
  8. gcov:
  9. branch_detection:
  10. conditional: yes
  11. loop: yes
  12. method: no
  13. macro: no
  14. comment:
  15. layout: "reach,diff,flags,files,footer"
  16. behavior: default
  17. require_changes: no