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

VaclavObornik / mongodash / 24609472314
91%
main: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/fast-uri-3.1.2
DEFAULT BRANCH: main
Ran 18 Apr 2026 05:01PM 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:58PM UTC coverage: 91.21% (+0.03%) from 91.184%
24609472314

push

github

VaclavObornik
refactor(cron): two small cleanups surfaced via LSP findReferences

1. getRegisteredCronTaskIds is documented in docs/cron-tasks.md as
   a public helper but was never re-exported from src/index.ts. LSP
   findReferences on the declaration returned just itself (0 real
   usages). grep would show the same but with no way to distinguish
   'dead code' from 'external API that consumers call'. The docs
   told me it should be public, so add the missing re-export so
   users can actually import it.

2. triggerCronTask has a @deprecated JSDoc steering users to
   scheduleCronTaskImmediately. LSP findReferences revealed that our
   own OperationalTaskController (the built-in dashboard bridge)
   was still calling the deprecated alias - a bad example for
   consumers grep-ing the repo. Switch the internal call and its
   test mock to scheduleCronTaskImmediately.

Both issues are the kind of inconsistency that symbol-aware search
surfaces cleanly where plain text search would have drowned in
false positives (planner / trigger are common substrings).

1492 of 1747 branches covered (85.4%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 2 files covered. (100.0%)

1 existing line in 1 file now uncovered.

2316 of 2428 relevant lines covered (95.39%)

370.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
93.91
-0.23% src/cronTasks.ts
Jobs
ID Job ID Ran Files Coverage
1 24609472314.1 18 Apr 2026 05:01PM UTC 39
91.21
GitHub Action Run
Source Files on build 24609472314
  • 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
  • 576b0a56 on github
  • Prev Build on master (#24609339305)
  • Next Build on master (#24612398233)
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