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

RibbonFilter / ribbonGo / 23252869977
94%
main: 94%

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

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

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

118 of 124 new or added lines in 2 files covered. (95.16%)

14 existing lines in 2 files now uncovered.

877 of 931 relevant lines covered (94.2%)

3983122.37 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
95.28
0.01% bander.go
2
96.52
0.03% solver.go

Coverage Regressions

Lines Coverage ∆ File
12
95.28
0.01% bander.go
2
96.52
0.03% solver.go
Jobs
ID Job ID Ran Files Coverage
1 23252869977.1 19 Mar 2026 06:57AM UTC 7
94.2
GitHub Action Run
Source Files on build 23252869977
  • Tree
  • List 7
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #40
  • PR Base - main (#23086721835)
  • 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