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

C++23 aligned storage #1271

Merged
merged 2 commits into from
Dec 16, 2024

fix: use std::destroy_at instead of manually calling the destructor

6065d6a
Select commit
Loading
Failed to load commit list.
Merged

C++23 aligned storage #1271

fix: use std::destroy_at instead of manually calling the destructor
6065d6a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2024 in 0s

77.42% (+1.70%) compared to ced7d26

View this Pull Request on Codecov

77.42% (+1.70%) compared to ced7d26

Details

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.42%. Comparing base (ced7d26) to head (6065d6a).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
include/pistache/async.h 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1271      +/-   ##
==========================================
+ Coverage   75.72%   77.42%   +1.70%     
==========================================
  Files          59       57       -2     
  Lines        9031     7669    -1362     
==========================================
- Hits         6839     5938     -901     
+ Misses       2192     1731     -461     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.