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

RibbonFilter / ribbonGo / 23252869977 / 1
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: fix/bander-store-coeffbits
DEFAULT BRANCH: main
Ran 19 Mar 2026 06:57AM UTC
Files 7
Run time 0s
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

18 Mar 2026 03:32PM UTC coverage: 94.2% (+0.01%) from 94.187%
23252869977.1

Pull #40

github

RajjjAryan
fix: store coeffBits in standardBander to preserve ribbon width precision

backSubstitute() was inferring the ribbon width by checking whether
coeffHi is nil — this correctly distinguishes w=128 from w≤64, but
cannot distinguish w=32 from w=64. Both have coeffHi == nil, so w=32
was silently treated as w=64.

This caused the solution struct to carry an incorrect coeffBits value
(64 instead of 32 for w=32 filters) and allocate 32 extra padding
bytes per filter.

Fix: store coeffBits explicitly in standardBander (set at construction
time) and read it directly in backSubstitute instead of inferring it.

Fixes #38
Pull Request #40: fix: store coeffBits in standardBander to preserve ribbon width precision

877 of 931 relevant lines covered (94.2%)

3983122.37 hits per line

Source Files on job 23252869977.1
  • Tree
  • List 7
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23252869977
  • 5170a2a5 on github
  • Prev Job for on fix/bander-store-coeffbits (#23086721835.1)
  • Delete
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