codecov.yml 212 B

123456789
  1. coverage:
  2. status:
  3. patch: off
  4. project:
  5. default:
  6. # Minimum test coverage required for pass
  7. target: 90%
  8. # Maximum test coverage change allowed for pass
  9. threshold: 20%