codecov.yml 473 B

123456789101112131415161718192021222324252627282930313233
  1. codecov:
  2. require_ci_to_pass: false
  3. notify:
  4. after_n_builds: 3
  5. coverage:
  6. precision: 2
  7. round: down
  8. range: "70...100"
  9. status:
  10. project:
  11. default:
  12. informational: true
  13. patch:
  14. default:
  15. informational: true
  16. parsers:
  17. gcov:
  18. branch_detection:
  19. conditional: yes
  20. loop: yes
  21. method: no
  22. macro: no
  23. comment:
  24. layout: "diff,flags"
  25. behavior: default
  26. require_changes: no
  27. github_checks:
  28. annotations: false