Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: shared recycled_ptrs #836

Merged
merged 1 commit into from
Mar 16, 2024
Merged

Conversation

alandefreitas
Copy link
Member

This commit includes tests for shared recycled_ptrs. Unreachable paths are also marked.

This is the last in a series of commits that intend to fix #828, where recycled_ptr had low coverage.

fix #828

This commit includes tests for shared `recycled_ptr`s. Unreachable paths are also marked.

This is the last in a series of commits that intend to fix boostorg#828, where `recycled_ptr` had low coverage.

fix boostorg#828
@cppalliance-bot
Copy link

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.21%. Comparing base (5b86565) to head (f7bd5a6).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #836      +/-   ##
===========================================
+ Coverage    99.13%   99.21%   +0.08%     
===========================================
  Files          157      157              
  Lines         8436     8422      -14     
===========================================
- Hits          8363     8356       -7     
+ Misses          73       66       -7     
Files Coverage Δ
src/grammar/detail/recycled.cpp 100.00% <ø> (ø)

... and 1 file with indirect coverage changes


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 5b86565...f7bd5a6. Read the comment docs.

@alandefreitas alandefreitas merged commit fddf6b7 into boostorg:develop Mar 16, 2024
43 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.

Improve coverage
2 participants