codecov.yml 188 B

12345678910111213
  1. coverage:
  2. require_ci_to_pass: true
  3. status:
  4. project:
  5. default:
  6. target: 99%
  7. threshold: 99%
  8. patch:
  9. default:
  10. target: 99%
  11. threshold: 95%