.codecov.yml 254 B

12345678910111213141516
  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"
  16. - "contracts/vendor"