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

eisenwave / std-big-int / 24277854036
96%

Build:
DEFAULT BRANCH: main
Ran 11 Apr 2026 07:41AM UTC
Jobs 1
Files 2
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

11 Apr 2026 07:40AM UTC coverage: 83.843% (-1.0%) from 84.793%
24277854036

push

github

web-flow
Fix various allocation-related problems (#21)

This fixes a bunch of problems:
- Various places use raw pointers instead of the allocator's fancy `pointer`.
- `big_int` does rebinding, but allocator-aware containers like `vector` typically don't do that.
- `allocate_at_least` isn't used, which is wasteful.
- Unnecessary allocation in copy constructor.
- Unnecessary and weird special casing in `constexpr` which bypasses `allocate` via `new` expression.
- Undefined behavior due to `std::copy_n` to uninitialized storage (must be `uninitialized_copy_n`)

30 of 38 new or added lines in 1 file covered. (78.95%)

3 existing lines in 1 file now uncovered.

192 of 229 relevant lines covered (83.84%)

12.34 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
84.62
-1.1% include/beman/big_int/big_int.hpp

Coverage Regressions

Lines Coverage ∆ File
3
84.62
-1.1% include/beman/big_int/big_int.hpp
Jobs
ID Job ID Ran Files Coverage
1 24277854036.1 11 Apr 2026 07:41AM UTC 2
83.84
GitHub Action Run
Source Files on build 24277854036
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24277854036
  • 7d0008c3 on github
  • Prev Build on main (#24277216699)
  • Next Build on main (#24279728176)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc