codecov.yml 557 B

12345678910111213141516171819202122232425262728293031323334
  1. codecov:
  2. branch: azure_dev_v2
  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. - "*/cloud/base"
  14. - "*/test"
  15. status:
  16. project: yes
  17. patch: yes
  18. changes: no
  19. parsers:
  20. gcov:
  21. branch_detection:
  22. conditional: yes
  23. loop: yes
  24. method: no
  25. macro: no
  26. comment:
  27. layout: "header, diff"
  28. behavior: default
  29. require_changes: no