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

dangernoodle-io / TaipanMiner / 24933474060
90%

Build:
DEFAULT BRANCH: main
Ran 25 Apr 2026 02:50PM UTC
Jobs 1
Files 19
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

25 Apr 2026 02:49PM UTC coverage: 93.048% (+0.1%) from 92.909%
24933474060

push

github

web-flow
test(asic): extract nonce dedup ring buffer (TA-234) (#196)

ninth target of the TA-234 seam-for-testability pass. asic_task's
nonce dedup ring (16-deep, keyed on job_id+nonce+ver_bits, evicts
oldest on wraparound) was inline with two file-scope statics and
two anonymous struct types. extract to asic_nonce_dedup.{c,h}:

  asic_nonce_dedup_reset(d)              — clean-job invalidate
  asic_nonce_dedup_check_and_insert(d, job, nonce, ver) → bool dup

asic_task.c uses the helper at the share-found path. ~8 host tests
cover fresh state, immediate redundancy, distinct keys, ring
wraparound eviction, reset, and cyclic next_idx advancement.

no behavior change. dedup struct now stores 16-entry ring + uint8_t
write index (was an anonymous struct array with a separate static
index counter; functionally identical).

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

259 of 318 branches covered (81.45%)

Branch coverage included in aggregate %.

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

785 of 804 relevant lines covered (97.64%)

517270.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24933474060.1 25 Apr 2026 02:50PM UTC 19
93.05
GitHub Action Run
Source Files on build 24933474060
  • Tree
  • List 19
  • 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 #24933474060
  • 7170c982 on github
  • Prev Build on main (#24933229211)
  • Next Build on main (#24934538032)
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