.codecov.yml 444 B

12345678910111213141516171819202122232425262728293031
  1. codecov:
  2. notify:
  3. require_ci_to_pass: yes
  4. coverage:
  5. precision: 2
  6. round: down
  7. range: "70...100"
  8. status:
  9. project: yes
  10. patch: yes
  11. changes: no
  12. #ignore:
  13. # - "tests/**/*"
  14. # - "samples/**/*"
  15. # - "ext/hal/**/*"
  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, files, footer"
  25. behavior: default
  26. require_changes: no