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

dangernoodle-io / TaipanMiner / 25090224063
90%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 04:01AM UTC
Jobs 1
Files 28
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

29 Apr 2026 04:00AM UTC coverage: 92.932% (+0.03%) from 92.905%
25090224063

push

github

web-flow
fix(asic): right-size job table from 128 to 16 slots (TA-297) (#255)

- add ASIC_JOB_TABLE_SIZE=16 constant to asic_proto.h, decoupled from
  wire-protocol modulus ASIC_JOB_ID_MOD=128 (unchanged)
- shrink s_job_table from 128 to 16 entries, reclaiming ~24.5 KB BSS
- add parallel s_job_id_seen[] and s_job_gen[] arrays (16 bytes each)
  for slot-identity and generation tracking
- replace raw array-index lookup with job_slot mapping via
  asic_job_slot() (real_job_id % ASIC_JOB_TABLE_SIZE)
- replace bounds-only receive guard with identity guard: drop nonces
  whose real_job_id does not match s_job_id_seen[slot], preventing
  stale/recycled-slot nonces from resolving to the wrong work
- expose asic_job_slot() and asic_job_slot_stale() as public inlines
  in asic_proto.h for host-test coverage
- add test/test_host/test_asic_job_table.c covering slot mapping,
  stride-24 ID distribution, stale rejection, and empty-slot guard

586 of 698 branches covered (83.95%)

Branch coverage included in aggregate %.

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

1360 of 1396 relevant lines covered (97.42%)

298004.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25090224063.1 29 Apr 2026 04:01AM UTC 28
92.93
GitHub Action Run
Source Files on build 25090224063
  • Tree
  • List 28
  • 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 #25090224063
  • 322c7de2 on github
  • Prev Build on main (#25089177029)
  • Next Build on main (#25090470300)
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