.codecov.yml 190 B

123456789101112
  1. comment: off
  2. github_checks:
  3. annotations: false
  4. coverage:
  5. status:
  6. patch:
  7. default:
  8. target: 95%
  9. only_pulls: true
  10. project:
  11. default:
  12. threshold: 1%