codecov.yml 300 B

12345678910111213
  1. comment: false # Do not leave PR comments
  2. coverage:
  3. status:
  4. project:
  5. default:
  6. # GitHub status check is not blocking
  7. informational: true
  8. patch:
  9. default:
  10. # GitHub status check is not blocking
  11. informational: true
  12. github_checks:
  13. annotations: false