• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OneBusAway / wayfinder / 22210548225

20 Feb 2026 03:51AM UTC coverage: 79.59% (+1.1%) from 78.449%
22210548225

Pull #346

github

web-flow
Merge 067a2fce8 into b5e7a242f
Pull Request #346: Prep 2026.2 Release

1685 of 1861 branches covered (90.54%)

Branch coverage included in aggregate %.

1106 of 1442 new or added lines in 33 files covered. (76.7%)

3 existing lines in 3 files now uncovered.

10739 of 13749 relevant lines covered (78.11%)

4.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/hooks.server.js
1
import { preloadRoutesData } from '$lib/serverCache.js';
×
2
import { preloadOtpVersion } from '$lib/otpServerCache.js';
3

4
export async function handle({ event, resolve }) {
×
NEW
5
        await Promise.all([preloadRoutesData(), preloadOtpVersion()]);
×
6
        return resolve(event);
×
7
}
×
8

9
export { getRoutesCache, getAgenciesCache, getBoundsCache } from '$lib/serverCache.js';
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc