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

dangernoodle-io / TaipanMiner / 24933229211
90%

Build:
DEFAULT BRANCH: main
Ran 25 Apr 2026 02:37PM UTC
Jobs 1
Files 18
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:36PM UTC coverage: 92.909% (-0.2%) from 93.068%
24933229211

push

github

web-flow
test(asic): extract chip_idx routing helper (TA-234) (#195)

eighth target of the TA-234 seam-for-testability pass. asic_task's
chip-response routing math (asic_addr / addr_interval) was inline
with a one-liner comment about the 256/1=0 overflow trap. extract
to asic_chip_routing.{c,h} as a single pure function:

  int asic_chip_routing_index(uint8_t asic_addr, int chip_count)
  → chip index in [0, chip_count) or -1

bounds-checks chip_count, computes addr_interval safely, validates
the resulting index. catches the overflow case explicitly instead
of relying on unobvious uint16_t arithmetic.

10 host tests cover single-chip, 2-chip boundary, 4-chip ranges,
and invalid chip_count values (0, negative, > 256). preventive
coverage for multi-chip routing (TA-221, TA-227 silicon-routing
confusion territory).

251 of 310 branches covered (80.97%)

Branch coverage included in aggregate %.

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

771 of 790 relevant lines covered (97.59%)

526435.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24933229211.1 25 Apr 2026 02:37PM UTC 18
92.91
GitHub Action Run
Source Files on build 24933229211
  • Tree
  • List 18
  • 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 #24933229211
  • 87ec6cf6 on github
  • Prev Build on main (#24932812126)
  • Next Build on main (#24933474060)
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