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

Fix flatten optional assignment #142

Merged
merged 4 commits into from
Dec 13, 2023

Use optional::emplace in single-pass flatten

e999e7c
Select commit
Loading
Failed to load commit list.
Merged

Fix flatten optional assignment #142

Use optional::emplace in single-pass flatten
e999e7c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2023 in 1s

97.98% (+0.00%) compared to 2677b03

View this Pull Request on Codecov

97.98% (+0.00%) compared to 2677b03

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2677b03) 97.98% compared to head (e999e7c) 97.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #142   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files          66       66           
  Lines        2380     2383    +3     
=======================================
+ Hits         2332     2335    +3     
  Misses         48       48           

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