Skip to content

Conversation

@vinniefalco
Copy link
Member

  • Default and nullptr construction tests
  • Raw pointer construction tests
  • Custom deleter and allocator tests
  • make_neunique and allocate_neunique tests
  • Move construction and assignment tests
  • Converting move operations tests
  • Aliasing constructor tests
  • Reset, swap, and observer tests
  • Destruction tracking tests
  • Comparison operator tests
  • Hash function tests
  • Array specialization tests
  • Empty base optimization tests
  • Incomplete type support tests

@cppalliance-bot
Copy link

cppalliance-bot commented Dec 8, 2025

An automated preview of the documentation is available at https://33.capy.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2025-12-15 05:32:10 UTC

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

❌ Patch coverage is 92.10526% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.50%. Comparing base (32e2e94) to head (683d3c5).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/capy/neunique_ptr.hpp 89.28% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #33       +/-   ##
============================================
+ Coverage    51.52%   68.50%   +16.98%     
============================================
  Files           14       16        +2     
  Lines          493      816      +323     
============================================
+ Hits           254      559      +305     
- Misses         239      257       +18     
Files with missing lines Coverage Δ
include/boost/capy/embed.hpp 100.00% <100.00%> (ø)
include/boost/capy/neunique_ptr.hpp 94.24% <89.28%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32e2e94...683d3c5. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cppalliance-bot
Copy link

cppalliance-bot commented Dec 8, 2025

GCOVR code coverage report https://33.capy.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://33.capy.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff https://33.capy.prtest3.cppalliance.org/gcovr/coverage_diff.txt

Build time: 2025-12-15 05:35:59 UTC

github-actions bot and others added 2 commits December 14, 2025 21:18
- Default and nullptr construction tests
- Raw pointer construction tests
- Custom deleter and allocator tests
- make_neunique and allocate_neunique tests
- Move construction and assignment tests
- Converting move operations tests
- Aliasing constructor tests
- Reset, swap, and observer tests
- Destruction tracking tests
- Comparison operator tests
- Hash function tests
- Array specialization tests
- Empty base optimization tests
- Incomplete type support tests

Co-authored-by: Vinnie Falco <vinniefalco@users.noreply.github.com>
@vinniefalco vinniefalco changed the title Add comprehensive tests for neunique_ptr neunique_ptr and embed Dec 15, 2025
@vinniefalco vinniefalco merged commit 683d3c5 into cppalliance:develop Dec 15, 2025
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants