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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 26 Apr 2026 10:42PM UTC
Jobs 1
Files 646
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

26 Apr 2026 10:10PM UTC coverage: 84.282% (-0.05%) from 84.328%
24968310082

push

github

web-flow
fix(tools): code hygiene for MSVC (bigobj, narrowing, ASCII docs, posit if-constexpr) (#778)

* Code hygiene for MSVC

* updating README with more recent code

* adding missing headers

* markdown fix

* fix(blas): ASCII-only docs/comments + drop unused ranges include (CodeRabbit)

Three CodeRabbit findings on PR #778:

1. (Major) docs/design/constexpr.md violated the repository ASCII-only
   rule with em-dashes, a right-arrow, and one Latin-1 letter. Bulk
   sed: -- replaces em dash, -> replaces right arrow, e replaces e-acute
   (in "Pade").

2. (Minor) posit_impl.hpp:1456 had a Unicode -> in a comment from the
   recent if-constexpr cleanup. Replaced with ASCII ->.

3. (Critical, already addressed in commit 20292e91) conversions.hpp
   was missing <algorithm>, <iterator>, <vector> includes. The earlier
   commit added them all; this one drops the now-unused <ranges>
   include since the implementation uses std::transform, not the
   ranges adaptor.

Note: the Critical's earlier diff is already on this branch, so
CodeRabbit's snapshot was stale.

Verified ucalc and energy_instrumented_mixed_precision_blas_demo build
clean on gcc with these changes.

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

---------

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

6 of 7 new or added lines in 2 files covered. (85.71%)

27 existing lines in 4 files now uncovered.

45470 of 53950 relevant lines covered (84.28%)

6361492.67 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.16
-0.09% include/sw/universal/number/posit/posit_impl.hpp

Coverage Regressions

Lines Coverage ∆ File
10
31.43
-3.57% include/sw/universal/verification/test_suite_randoms.hpp
8
93.48
-0.48% include/sw/universal/number/cfloat/cfloat_impl.hpp
5
50.45
-4.5% include/sw/universal/verification/posit_test_suite_randoms.hpp
4
81.25
-0.22% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 24968310082.1 26 Apr 2026 10:41PM UTC 646
84.28
GitHub Action Run
Source Files on build 24968310082
  • Tree
  • List 646
  • Changed 6
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24968310082
  • 8dc75e12 on github
  • Prev Build on main (#24963550987)
  • Next Build on main (#24969843496)
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