• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

RibbonFilter / ribbonGo / 23479932679
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: fix/bander-store-coeffbits
DEFAULT BRANCH: main
Ran 24 Mar 2026 08:25AM 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

24 Mar 2026 08:24AM UTC coverage: 93.948% (-0.2%) from 94.187%
23479932679

Pull #40

github

RajjjAryan
bander, solver: add uint32 specialization for w=32

Add dedicated width-32 code paths that use []uint32 coefficient storage
and uint32 operations throughout:

- bander: add coeff32 []uint32 field, addW32(), addRangeW32() methods
  with TrailingZeros32 and uint32 XOR/shift in the inner loops.
  16 coefficients per cache line (vs 8 with uint64).
- solver: add backSubst32() using uint32 state registers and direct
  coeff32 array access.
- Update dispatchers (add, addRange, backSubstitute), reset, getSlot,
  and slowadd to handle the new coefficient storage.
- Update TestNewStandardBander to verify coeff32 allocation for w=32.

Addresses review feedback from @DhruvilK7 on PR #40.
Pull Request #40: fix: store coeffBits in standardBander to preserve ribbon width precision

151 of 162 new or added lines in 2 files covered. (93.21%)

6 existing lines in 1 file now uncovered.

1009 of 1074 relevant lines covered (93.95%)

3489957.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
94.93
-0.33% bander.go
4
94.41
-2.09% solver.go

Coverage Regressions

Lines Coverage ∆ File
6
80.65
0.0% ribbon.go
Jobs
ID Job ID Ran Files Coverage
1 23479932679.1 24 Mar 2026 08:25AM UTC 7
93.95
GitHub Action Run
Source Files on build 23479932679
  • Tree
  • List 7
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
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