fix: coverage

This commit is contained in:
imccyu
2026-08-09 18:56:29 +08:00
parent 1b1e170c1f
commit 924cfcef95
12 changed files with 46 additions and 28 deletions

View File

@@ -274,7 +274,7 @@ export class WorkspaceAnalyzer {
constructor(options: WorkspaceAnalyzerOptions) {
this.options = {
root: resolve(options.root),
root: realPath(options.root),
hostConfig: options.hostConfig ?? 'tsconfig.host.json',
clientConfig: options.clientConfig ?? 'tsconfig.client.json',
faces: options.faces ?? ['host', 'client'],