mirror of
https://github.com/coder/code-server.git
synced 2026-05-13 15:57:27 +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.