Restrict docs analytics and build coverage input

- limit Plausible init to docs.subminer.moe
- build Yomitan before src coverage lane
This commit is contained in:
2026-03-27 23:52:07 -07:00
parent 6139d14cd1
commit d5b746bd1d
4 changed files with 10 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ test('ci workflow verifies generated config examples stay in sync', () => {
test('package scripts expose a sharded maintained source coverage lane with lcov output', () => {
assert.equal(
packageJson.scripts['test:coverage:src'],
'bun run scripts/run-coverage-lane.ts bun-src-full --coverage-dir coverage/test-src',
'bun run build:yomitan && bun run scripts/run-coverage-lane.ts bun-src-full --coverage-dir coverage/test-src',
);
});