You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
396 B

  1. codecov:
  2. require_ci_to_pass: yes
  3. coverage:
  4. status:
  5. project:
  6. default:
  7. target: auto
  8. threshold: 0.5%
  9. patch:
  10. default:
  11. target: 85%
  12. threshold: 0%
  13. base: auto
  14. branches:
  15. - develop
  16. if_ci_failed: ignore
  17. only_pulls: true
  18. comment:
  19. layout: "diff, files"
  20. require_changes: true
  21. ignore:
  22. - "xhiveerp/demo"