codecov.yml 544 B

1234567891011121314151617181920212223242526272829
  1. codecov:
  2. require_ci_to_pass: yes
  3. coverage:
  4. precision: 2
  5. round: down
  6. range: "70...100"
  7. status:
  8. project:
  9. default:
  10. target: auto
  11. threshold: 0%
  12. patch:
  13. default:
  14. target: auto
  15. threshold: 0%
  16. parsers:
  17. gcov:
  18. branch_detection:
  19. conditional: yes
  20. loop: yes
  21. method: no
  22. macro: no
  23. comment:
  24. layout: "reach,diff,flags,tree"
  25. behavior: default
  26. require_changes: false