codecov.yml 292 B

12345678910111213141516171819
  1. codecov:
  2. require_ci_to_pass: no
  3. notify:
  4. wait_for_ci: no
  5. coverage:
  6. status:
  7. project:
  8. default:
  9. threshold: 0.2
  10. patch:
  11. default:
  12. target: 0% # trial operation
  13. changes: no
  14. comment:
  15. layout: "header, diff"
  16. behavior: default
  17. require_changes: no