Files
engine/codecov.yml
luzhuang 9f51994b52 feat(physics): support MeshColliderShape
* feat(physics):  support MeshColliderShape
2026-01-26 11:30:01 +08:00

14 lines
173 B
YAML

coverage:
status:
project:
default:
target: 77%
patch:
default:
target: 60%
ignore:
- "e2e/**"
- "**/*.test.ts"
- "**/tests/**"