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

dangernoodle-io / TaipanMiner / 26996814088
90%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 05:14AM UTC
Jobs 3
Files 106
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

05 Jun 2026 05:13AM UTC coverage: 90.455% (-0.03%) from 90.488%
26996814088

push

github

web-flow
test(webui): stabilize flaky coverage in diagnosticsState and FanEditDialog (#509)

two root causes: (1) diagnosticsState.test.ts called vi.useRealTimers()
for the withRetry 400ms backoff, leaving real async work in flight after
each test — this bled into v8 coverage collection for subsequent test
files and caused statement counts to vary by up to 16 across runs (e.g.
4058–4074); fixed by removing vi.useRealTimers() and using
vi.advanceTimersByTimeAsync(400) to advance fake timers through the
backoff without wall-clock delay. (2) FanEditDialog.test.ts used real
setTimeout(r, 50) waits but the component sets a real 400ms close timer
on save-success, leaving it pending after tests ended; fixed by adding
vi.useFakeTimers() + vi.runAllTimersAsync(). vitest.config.ts also sets
fileParallelism:false as belt-and-suspenders so cross-file timer bleed
cannot corrupt v8 coverage merging even if a future test regresses.
coverage is now identical across 6 consecutive runs (93.71% statements,
82.47% branches, 91.01% functions, 96.60% lines)

2803 of 3502 branches covered (80.04%)

Branch coverage included in aggregate %.

5461 of 5634 relevant lines covered (96.93%)

146607.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 26996814088.1 05 Jun 2026 05:14AM UTC 29
91.23
GitHub Action Run
2 e2e - 26996814088.2 05 Jun 2026 05:16AM UTC 56
57.79
GitHub Action Run
3 webui - 26996814088.3 05 Jun 2026 05:15AM UTC 77
91.07
GitHub Action Run
Source Files on build 26996814088
  • Tree
  • List 106
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26996814088
  • e999af2e on github
  • Prev Build on main (#26995230485)
  • Next Build on main (#26997369485)
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