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

cameri / nostream / 25600147486

09 May 2026 11:35AM UTC coverage: 34.005% (-31.1%) from 65.118%
25600147486

Pull #615

github

web-flow
Merge 7dc8a4461 into f9f6d647a
Pull Request #615: test: add unit tests for remaining app workers (#489)

788 of 3168 branches covered (24.87%)

Branch coverage included in aggregate %.

0 of 4 new or added lines in 2 files covered. (0.0%)

1822 existing lines in 87 files now uncovered.

2352 of 6066 relevant lines covered (38.77%)

20.36 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> =>
×
2
  new Promise<void>((resolve) => {
×
3
    setTimeout(resolve, ms)
×
4
  })
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