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

cameri / nostream / 24342667594

13 Apr 2026 12:12PM UTC coverage: 42.555% (-13.0%) from 55.529%
24342667594

Pull #468

github

web-flow
Merge 4fd541f37 into 1410824d2
Pull Request #468: Phase3: UI Implementation for Dashboard

424 of 1204 branches covered (35.22%)

Branch coverage included in aggregate %.

164 of 540 new or added lines in 14 files covered. (30.37%)

373 existing lines in 23 files now uncovered.

1385 of 3047 relevant lines covered (45.45%)

7.7 hits per line

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

0.0
/src/utils/misc.ts
UNCOV
1
export const delayMs = (ms: number): Promise<void> => new Promise<void>(
×
2
  (resolve) => {
UNCOV
3
    setTimeout(resolve, ms)
×
4
  }
5
)
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