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

substr: cleanup constructors, add interop with std::string_view #101

Merged
merged 2 commits into from
May 12, 2023

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Dec 28, 2022

Fixes #97

@codecov
Copy link

codecov bot commented Dec 28, 2022

Codecov Report

Merging #101 (27da00e) into master (a63975e) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   96.92%   96.96%   +0.03%     
==========================================
  Files          27       28       +1     
  Lines        3060     3097      +37     
==========================================
+ Hits         2966     3003      +37     
  Misses         94       94              
Impacted Files Coverage Δ
src/c4/std/string.hpp 100.00% <ø> (ø)
src/c4/std/string_view.hpp 100.00% <100.00%> (ø)
src/c4/substr.hpp 98.86% <100.00%> (+0.01%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@biojppm biojppm force-pushed the substr_ctor branch 2 times, most recently from 9ad73dc to 7feda45 Compare May 9, 2023 13:53
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.

FR: Construct substr from const char* and std::string_view
1 participant