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

stillwater-sc / universal / 25962944285
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix/issue-ci-ereal-regression-runtime
DEFAULT BRANCH: master
Ran 16 May 2026 01:45PM UTC
Jobs 1
Files 649
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

16 May 2026 01:18PM UTC coverage: 83.984%. Remained the same
25962944285

push

github

web-flow
test(utility): adopt canonical ReportTestSuite pattern for string_parse foundation test (#840)

Follow-on cleanup for PR #838 (Phase A of #835). The foundation test
landed with a homegrown g_total/g_failures bench instead of the
ReportTestSuiteHeader / scope-block / ReportTestSuiteResults idiom used
by the rest of the Universal regression suite (and applied to the
integer/fixpnt parse() tests on PR #839).

Refactor mirrors that style:
  - ReportTestSuiteHeader at entry, ReportTestSuiteResults at exit
  - Each primitive (scan_prefix / scan_sign / parse_binary/octal/hex /
    scan_decimal_float) is one scope block: `int start = nrOfFailedTestCases`
    at the top, per-assertion `if (...) ++nrOfFailedTestCases`,
    trailing `if (nrOfFailedTestCases - start > 0) std::cout << "FAIL: ..."`
    diagnostic.
  - Standard catch footer (ad-hoc / runtime / ...)

Static_assert smoke tests at file scope (proving constexpr) are kept
verbatim -- they verify a different invariant (compile-time evaluation)
that the runtime block can't.

Same test matrix, same coverage. Output now reads:
  string_parse primitives (Phase A of #835) test suite: PASS

Relates to #835

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

46103 of 54895 relevant lines covered (83.98%)

6463283.19 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
93.48
-0.48% include/sw/universal/number/cfloat/cfloat_impl.hpp
6
88.67
-1.7% include/sw/universal/number/posito/posito_impl.hpp
3
80.8
-0.45% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 25962944285.1 16 May 2026 01:45PM UTC 649
83.98
GitHub Action Run
Source Files on build 25962944285
  • Tree
  • List 649
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25962944285
  • 81bb1a4d on github
  • Prev Build on main (#25962306993)
  • Next Build on main (#25968650216)
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