codecov.yml 432 B

12345678910111213141516171819202122
  1. codecov:
  2. notify:
  3. require_ci_to_pass: yes
  4. coverage:
  5. precision: 2
  6. round: down
  7. range: 70...100
  8. status:
  9. # Learn more at https://codecov.io/docs#yaml_default_commit_status
  10. project: true
  11. patch: true
  12. changes: true
  13. # We don't want statistics for the tests themselves.
  14. ignore:
  15. - .*/tests/.*
  16. comment:
  17. layout: "header, diff, changes, uncovered"
  18. behavior: default # update if exists else create new