codecov.yml 245 B

1234567891011121314151617
  1. coverage:
  2. range: "60...95"
  3. status:
  4. project:
  5. default:
  6. threshold: 1%
  7. informational: true
  8. patch:
  9. default:
  10. only_pulls: true
  11. informational: true
  12. comment:
  13. layout: 'diff'
  14. github_checks: false