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

VaclavObornik / mongodash / 24609339305
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
Jobs 1
Files 39
Run time 1min
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

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 %.

1 of 1 new or added line in 1 file covered. (100.0%)

2316 of 2427 relevant lines covered (95.43%)

371.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24609339305.1 18 Apr 2026 04:53PM UTC 39
91.18
GitHub Action Run
Source Files on build 24609339305
  • 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 Repo
  • b2f332c3 on github
  • Prev Build on master (#24609245028)
  • Next Build on master (#24609472314)
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