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

stillwater-sc / universal / 29686404407
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 19 Jul 2026 12:50PM UTC
Jobs 1
Files 695
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

19 Jul 2026 12:07PM UTC coverage: 84.689% (-0.02%) from 84.709%
29686404407

push

github

web-flow
refactor(efloat): efloat_constants make_constant delegates to parse<16384> (#1151) (#1154)

make_constant() had a bespoke copy of efloat::parse()'s decimal path -- a direct
decimal_to_binary::convert<16384> plus round + MSB-first limb packing -- written
that way in #1142 because parse() was then capped at the 2040-bit d2b default.
That limitation was removed in #1144 (parse is now templated on BigBits with
overflow-safe target sizing), so make_constant now just sets the working
precision and calls parse<constant_big_bits>. Drops ~35 lines of duplicated
convert/round/pack; invalid input still yields NaN. Also drops the now-unused
decimal_to_binary include and adds <string>.

efloat_pi/e/phi values are unchanged: constants regression passes at level 1
(~308 digits) and LEVEL_4 (~1000 digits) on gcc and clang, and the trigonometry
suite (which consumes efloat_pi) still passes.

Resolves #1151

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

8 existing lines in 3 files now uncovered.

49451 of 58391 relevant lines covered (84.69%)

7059384.6 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
50.45
-4.5% include/sw/universal/verification/posit_test_suite_randoms.hpp
2
89.78
-0.55% include/sw/universal/number/posito/posito_impl.hpp
1
80.58
-0.22% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 29686404407.1 19 Jul 2026 12:50PM UTC 695
84.69
GitHub Action Run
Source Files on build 29686404407
  • Tree
  • List 695
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29686404407
  • dad0aa4c on github
  • Prev Build on main (#29686084038)
  • Next Build on main (#29688711546)
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