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

OneBusAway / wayfinder / 23038129192

13 Mar 2026 05:50AM UTC coverage: 80.047%. First build
23038129192

Pull #384

github

web-flow
Merge 3e55693e7 into 2f8481428
Pull Request #384: Release 2026.4

1751 of 1940 branches covered (90.26%)

Branch coverage included in aggregate %.

794 of 836 new or added lines in 24 files covered. (94.98%)

11235 of 14283 relevant lines covered (78.66%)

4.25 hits per line

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

0.0
/src/hooks.server.js
NEW
1
import 'temporal-polyfill/global';
×
2
import { preloadRoutesData } from '$lib/serverCache.js';
3
import { preloadOtpVersion } from '$lib/otpServerCache.js';
4

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

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

© 2026 Coveralls, Inc