codecov.yaml 305 B

1234567891011121314151617181920
  1. ignore:
  2. - "*/tests/*"
  3. - "wnfs-wasm/*"
  4. - "proptest-regressions/*"
  5. comment:
  6. layout: "reach, diff, flags, files"
  7. require_changes: true
  8. github_checks:
  9. annotations: false
  10. coverage:
  11. status:
  12. project:
  13. default:
  14. threshold: 5%
  15. patch:
  16. default:
  17. informational: true