codecov.yml 442 B

12345678910111213141516171819202122
  1. # Enable coverage report message for diff on commit
  2. coverage:
  3. status:
  4. project: off
  5. patch:
  6. default:
  7. # basic
  8. target: auto
  9. threshold: null
  10. base: auto
  11. # advanced
  12. branches: null
  13. if_no_uploads: error
  14. if_not_found: success
  15. if_ci_failed: error
  16. only_pulls: false
  17. flags: null
  18. paths: null
  19. # Disable comments on Pull Requests
  20. comment: false