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

VaclavObornik / mongodash / 24609339305 / 1
91%
main: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/fast-uri-3.1.2
DEFAULT BRANCH: main
Ran 18 Apr 2026 04:53PM UTC
Files 39
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Apr 2026 04:50PM UTC coverage: 91.184% (-0.01%) from 91.194%
24609339305.1

push

github

VaclavObornik
refactor(metrics-collector): drop 3 dead fields found via LSP findReferences

Tried LSP for the search first. grep/rg for '.planner', onInfo, and
_debugLogger usage inside MetricsCollector all came back with noise
(planner is a common substring; onInfo passes through several shapes).
LSP returned exact reference counts:

- this.planner: 1 (declaration only) - dead.
- this.onInfo: 2 (declaration + one write, never read) - dead.
- _debugLogger: 1 (declaration only) - dead.

Removed all three plus the no-longer-needed ReactiveTaskPlanner and
debug / defaultOnInfo / OnInfo imports. The onInfo constructor param
is gone too; the single caller (scheduler.start in index.ts) drops
the positional argument.

Monitoring + observabilityMetrics tests still pass (24/24).

1490 of 1747 branches covered (85.29%)

Branch coverage included in aggregate %.

2316 of 2427 relevant lines covered (95.43%)

371.71 hits per line

Source Files on job 24609339305.1
  • Tree
  • List 39
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24609339305
  • b2f332c3 on github
  • Prev Job for on master (#24609245028.1)
  • Next Job for on master (#24609472314.1)
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