.codecov.yml 641 B

1234567891011121314151617181920212223242526272829303132
  1. comment: false
  2. coverage:
  3. status:
  4. project:
  5. default:
  6. # basic
  7. target: auto
  8. threshold: null
  9. base: auto
  10. # advanced
  11. branches: null
  12. if_no_uploads: error
  13. if_not_found: success
  14. if_ci_failed: error
  15. only_pulls: false
  16. flags: null
  17. paths: null
  18. patch:
  19. default:
  20. # basic
  21. target: auto
  22. threshold: null
  23. base: auto
  24. # advanced
  25. branches: null
  26. if_no_uploads: error
  27. if_not_found: success
  28. if_ci_failed: error
  29. only_pulls: false
  30. flags: null
  31. paths: null