codecov.yml 278 B

12345678910111213
  1. comment: false
  2. coverage:
  3. status:
  4. project: # settings affecting project coverage
  5. default:
  6. target: auto # auto % coverage target
  7. threshold: 5% # allow for 5% reduction of coverage without failing
  8. patch: off
  9. github_checks:
  10. annotations: false