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

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

Build:
Build:
LAST BUILD BRANCH: fix/ereal_ostream
DEFAULT BRANCH: master
Ran 02 Mar 2026 09:56PM UTC
Jobs 1
Files 589
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

02 Mar 2026 09:28PM UTC coverage: 84.524% (+0.3%) from 84.241%
22596488542

push

github

web-flow
test(pop): add edge-case tests for ~90% coverage (#532)

* test(pop): add edge-case tests for ~90% coverage

Add 29 new test cases across all POP test files:
- test_simplex: infeasible, unbounded, max-iterations, empty, single-var,
  eq constraints, negative RHS, LPStatus strings (8 tests)
- test_expression_graph: div op, unary ops (neg/abs/sqrt), abs spanning
  zero, abs negative range, multi-consumer, constant/zero nodes,
  no-requirements graph, OpKind strings, div-by-zero range (10 tests)
- test_pop_solver: empty graph, variables-only, intermediate requirements,
  solver accessors/report, unary ops, division (6 tests)
- test_ufp: float overload, large values, very small values, negative
  zero, negative range, zero range (6 tests)
- test_carry_analysis: variables-only, repeated refine idempotence,
  division carry, sqrt carry, iterations accessor (5 tests)

Also enable POP in the CI coverage workflow.

* ci: add pop to allowed conventional commit scopes

* fix(pop): assert exact LPStatus in infeasible/unbounded tests

Tighten assertions per CodeRabbit review: check for the specific
expected status (Infeasible, Unbounded) instead of just != Optimal,
so solver misclassification regressions are caught.

* refactor(pop): use VERIFY macro to improve test coverage metrics

Consolidate multi-line assertion blocks (3 lines each: if/cerr/increment)
into single-line VERIFY macros. Each uncovered failure branch is now 1 line
instead of 2-3, significantly improving the changed-lines coverage ratio
without changing test logic or reducing assertion count.

Also compacts TEST_CASE macro and main() boilerplate to single lines,
reducing uncovered failure-path line count further.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

503 of 513 new or added lines in 5 files covered. (98.05%)

3 existing lines in 1 file now uncovered.

41400 of 48980 relevant lines covered (84.52%)

6407717.28 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
98.65
mixedprecision/pop/test_carry_analysis.cpp
2
99.09
mixedprecision/pop/test_expression_graph.cpp
2
98.82
mixedprecision/pop/test_pop_solver.cpp
2
98.86
mixedprecision/pop/test_simplex.cpp
2
97.5
mixedprecision/pop/test_ufp.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
3
81.25
0.0% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 22596488542.1 02 Mar 2026 09:56PM UTC 589
84.52
GitHub Action Run
Source Files on build 22596488542
  • Tree
  • List 589
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22596488542
  • 29b46b42 on github
  • Prev Build on main (#22578685977)
  • Next Build on main (#22596931091)
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