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

KarpelesLab / smartremote / 20207935785
77%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2025 12:27PM UTC
Jobs 1
Files 8
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

14 Dec 2025 12:26PM UTC coverage: 75.4% (-0.3%) from 75.746%
20207935785

push

github

MagicalTux
Optimize idle downloader for better performance

- Optimize firstMissing() using bitmap iterator instead of O(n) linear scan
  Now efficiently finds first gap in downloaded blocks by iterating
  through set bits and detecting where the sequence breaks

- Download multiple consecutive blocks per idle cycle (up to ~1 second)
  Previously downloaded only one 64KB block per second when idle
  Now streams consecutive blocks until time limit is reached

- Batch savePart() calls - save once at end of idle cycle instead of
  after every single block, reducing disk I/O significantly

- Reuse buffer across block downloads instead of allocating per block

- Add ingestDataBatch() for batch operations without immediate disk save

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

61 of 80 new or added lines in 2 files covered. (76.25%)

4 existing lines in 1 file now uncovered.

613 of 813 relevant lines covered (75.4%)

330.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
72.48
-6.64% idle.go
11
75.53
1.93% client.go

Uncovered Existing Lines

Lines Coverage ∆ File
4
72.48
-6.64% idle.go
Jobs
ID Job ID Ran Files Coverage
1 20207935785.1 14 Dec 2025 12:27PM UTC 8
75.4
GitHub Action Run
Source Files on build 20207935785
  • Tree
  • List 8
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20207935785
  • 4a54e79d on github
  • Prev Build on master (#20207841056)
  • Next Build on master (#20208002784)
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

© 2025 Coveralls, Inc