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

clippingkk / web / #1243

01 Aug 2026 12:12PM UTC coverage: 6.352% (+0.8%) from 5.551%
#1243

push

web-flow
Merge pull request #198 from clippingkk/agent/add-superlog-observability

feat(observability): add Superlog telemetry

164 of 3201 branches covered (5.12%)

Branch coverage included in aggregate %.

64 of 106 new or added lines in 8 files covered. (60.38%)

2 existing lines in 2 files now uncovered.

376 of 5300 relevant lines covered (7.09%)

33.9 hits per line

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

70.0
/src/instrumentation.node.ts
1
export async function registerNodeRuntime() {
2
  const { getServerEnv } = await import('./server/env')
2✔
3
  let env
4
  try {
2✔
5
    env = getServerEnv()
2✔
6
  } catch (error) {
7
    console.error('Invalid server environment', error)
1✔
8
    process.exit(1)
1✔
9
  }
10
  if (!env.runWorker) return
1!
11

NEW
12
  const { startWorker } = await import('./server/jobs/worker')
×
NEW
13
  startWorker()
×
14
}
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