codecov.yml 531 B

123456789101112131415161718192021222324252627282930313233
  1. codecov:
  2. branch: azuedev
  3. notify:
  4. require_ci_to_pass: yes
  5. coverage:
  6. precision: 2
  7. round: down
  8. range: "70...100"
  9. ignore:
  10. - "*/cloud/providers/aws" # ignore folders and all its contents
  11. - "*/cloud/providers/openstack"
  12. - "*/cloud/interfaces"
  13. - "*/test"
  14. status:
  15. project: yes
  16. patch: yes
  17. changes: no
  18. parsers:
  19. gcov:
  20. branch_detection:
  21. conditional: yes
  22. loop: yes
  23. method: no
  24. macro: no
  25. comment:
  26. layout: "header, diff"
  27. behavior: default
  28. require_changes: no