codecov.yml 307 B

12345678910111213
  1. coverage:
  2. status:
  3. project:
  4. default:
  5. # Github status check is not blocking
  6. informational: true
  7. patch:
  8. default:
  9. # Github status check is not blocking
  10. informational: true
  11. comment:
  12. # Only write a comment in PR if there are changes
  13. require_changes: true