.codecov.yml 331 B

12345678910111213141516
  1. codecov:
  2. notify:
  3. wait_for_ci: true
  4. coverage:
  5. status:
  6. patch:
  7. default:
  8. threshold: 100% # allow patch coverage to be lower than project coverage by any amount
  9. project:
  10. default:
  11. threshold: 5% # allow project coverage to drop at most 5%
  12. comment: false
  13. github_checks:
  14. annotations: false