codecov.yml 166 B

1234567891011
  1. coverage:
  2. status:
  3. project:
  4. default:
  5. target: 90%
  6. threshold: 1%
  7. patch:
  8. default:
  9. target: 100%
  10. ignore:
  11. - "paths_plan9.go"