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

stillwater-sc / universal / 21384226656
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 27 Jan 2026 04:36AM UTC
Jobs 1
Files 511
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

27 Jan 2026 04:11AM UTC coverage: 84.426%. First build
21384226656

push

github

web-flow
V3.93: UBSan fixes, image demo, and coverage workflow (#499)

* Incrementing SEMVER to v3.93.1

* Fix UBSan errors: signed overflow and shift-too-large

1. integers.hpp ipow(): Use unsigned arithmetic internally to avoid
   signed integer overflow UB when computing large powers like 100^100

2. posit_32_2.hpp round_mul(): Add early return when scale > 30 to
   avoid shifting 32-bit int by 60+ bits (UB)

3. posit_32_2.hpp adjustAndRound(): Same fix - early return when
   reglen > 30 to avoid shift UB

All three issues were caught by UBSan in CI sanitizer workflow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add ULP visual demo for image precision analysis

- Add stb_image.h and stb_image_write.h to include/sw/image/
  (public domain, header-only image I/O libraries)
- Add ulp_visual_demo application that strips LSBs from RGB pixels
  and measures visual quality impact via PSNR metrics
- Demonstrates that lower 2-3 bits of 8-bit pixels often contain
  imperceptible detail, validating mixed-precision approaches

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix ulp_visual_demo to auto-create output directory

Added std::filesystem support to create the output directory if it
doesn't exist, preventing "FAILED TO WRITE" errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add code coverage workflow for Coveralls integration

Creates GitHub Actions workflow that:
- Builds with GCC coverage flags (--coverage)
- Runs CI test suite
- Generates lcov coverage report
- Uploads to Coveralls.io

This makes the existing Coveralls badge in README.md operational.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* update .gitignore to ignore result directories

* Fix coverage workflow lcov errors with modern GCC

Add --ignore-errors flags for:
- gcov: Unexecuted block warnings
- negative: Unexpected negative count errors (GCC 13+)
- unused: Unused coverage data after filtering

Co-Authored-By: Claude Opus 4.5 <norepl... (continued)

925 of 1258 new or added lines in 13 files covered. (73.53%)

33848 of 40092 relevant lines covered (84.43%)

6522236.88 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
61.76
include/sw/blas/solvers/qr.hpp
4
96.12
linalg/blas/static_matrices.cpp
17
86.4
linalg/blas/solvers.cpp
42
59.21
linalg/data/summary_statistics.cpp
48
73.18
linalg/blas/generators.cpp
52
79.37
linalg/blas/matrix_ops.cpp
63
78.28
linalg/blas/blas_operations.cpp
106
34.13
linalg/data/test_matrices.cpp
Jobs
ID Job ID Ran Files Coverage
1 21384226656.1 27 Jan 2026 04:36AM UTC 511
84.43
GitHub Action Run
Source Files on build 21384226656
  • Tree
  • List 511
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21384226656
  • 0e74c9d2 on github
  • Next Build on main (#21800453346)
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