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

steve-downey / expected / 29178829358
97%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 03:54AM UTC
Jobs 1
Files 3
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

12 Jul 2026 03:49AM UTC coverage: 97.013%. Remained the same
29178829358

push

github

steve-downey
wording: make swap noexcept precise for reference E; document error storage

Close the two loose ends from the storage fix:

1. The primary and void swap exception specifications tested
   is_nothrow_swappable_v<E>, which for a reference E asks whether the
   *referents* are nothrow-swappable -- over-conservative, since swap
   exchanges the errors as unexpected<E> (a pointer swap for E&, always
   noexcept). Respell the E terms as unexpected<E> in both swap noexcept
   specs and the primary swap's branch guard. Equivalent for object E;
   correctly noexcept for reference E.

2. Add a marked General paragraph to expected<T, E> and expected<void, E>
   stating the error is unex.error(), held as unexpected<E> so E may be an
   lvalue reference (E& cannot be a union member; unexpected<E&> holds a
   pointer). Pure additions.

Verified: build clean at 93 pages; stripped diff vs expected-base.tex
changes exactly 19 lines (3 relaxation + 13 storage + 3 swap), the two
notes being additions; no churn.

682 of 703 relevant lines covered (97.01%)

25.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29178829358.1 12 Jul 2026 03:54AM UTC 3
97.01
GitHub Action Run
Source Files on build 29178829358
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29178829358
  • 0466c335 on github
  • Prev Build on main (#29133437498)
  • Next Build on main (#29179005833)
  • Delete
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