1234567891011121314151617181920 |
- ignore:
- - "*/tests/*"
- - "wnfs-wasm/*"
- - "proptest-regressions/*"
- comment:
- layout: "reach, diff, flags, files"
- require_changes: true
- github_checks:
- annotations: false
- coverage:
- status:
- project:
- default:
- threshold: 5%
- patch:
- default:
- informational: true
|