.codecov.yml 231 B

123456789101112131415
  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%
  13. ignore:
  14. - "test"
  15. - "contracts/mocks"