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

dangernoodle-io / breadboard / 24869163356
100%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 02:30AM UTC
Jobs 1
Files 4
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

24 Apr 2026 02:29AM UTC coverage: 100.0%. Remained the same
24869163356

push

github

web-flow
fix(ota_pull): log "completed" before calling resume hook (#76)

The ota_check_worker_task used to call s_resume_cb before the
"background check completed" log, which made serial output look like:

  mining: mining paused for maintenance
  bb_ota_pull: update available: ...
  mining: mining resumed
  bb_ota_pull: background check completed

Operators consistently read that sequence as "the check hasn't finished
yet — why is mining resuming?" The resume call is correct (the network
work is done) but the ordering confused the story.

Move the resume call to after the critical-section state update and the
"completed" log so the sequence reads in the order expected:

  mining: mining paused for maintenance
  bb_ota_pull: update available: ...
  bb_ota_pull: background check completed
  mining: mining resumed

Mining stays paused a few microseconds longer across the critical
section — trivial against the multi-second network fetch the pause was
already covering.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

81 of 81 branches covered (100.0%)

Branch coverage included in aggregate %.

113 of 113 relevant lines covered (100.0%)

274.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24869163356.1 24 Apr 2026 02:30AM UTC 4
100.0
GitHub Action Run
Source Files on build 24869163356
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24869163356
  • f8beb739 on github
  • Prev Build on main (#24806270518)
  • Next Build on main (#24905680052)
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