Files
wehub-resource-sync f1ba9c6c36
/ test (push) Failing after 1s
/ build-and-push-to-ghcr (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:23:39 +08:00

16 lines
286 B
JSON

{
"all": true,
"src": ["src"],
"include": ["src/**/*.ts"],
"exclude": [
"src/**/*.d.ts",
"tests/**",
"tests-build/**",
"src/scripts/**"
],
"reporter": ["text", "html", "lcov"],
"reports-dir": "coverage",
"excludeAfterRemap": true,
"skip-full": false
}