mirror of
https://github.com/cdr/code-server.git
synced 2026-05-06 03:22:48 +02:00
We were accidentally ignoring `node/routes` because we had "out" instead of "/out" in `coveragePathIgnorePatterns` which caused us to not collect coverage for those files. Now we do. |
||
|---|---|---|
| .. | ||
| routes | ||
| test-plugin | ||
| cli.test.ts | ||
| constants.test.ts | ||
| emitter.test.ts | ||
| health.test.ts | ||
| http.test.ts | ||
| plugin.test.ts | ||
| proxy.test.ts | ||
| register.test.ts | ||
| serviceWorker.test.ts | ||
| socket.test.ts | ||
| update.test.ts | ||
| util.test.ts | ||