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

Flexible std::strings. #744

Merged
merged 1 commit into from
Oct 31, 2023

Implement flexible strings.

8bfa11f
Select commit
Loading
Failed to load commit list.
Merged

Flexible std::strings. #744

Implement flexible strings.
8bfa11f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2023 in 1s

84.73% (+0.04%) compared to 386d1b6

View this Pull Request on Codecov

84.73% (+0.04%) compared to 386d1b6

Details

Codecov Report

Attention: 35 lines in your changes are missing coverage. Please review.

Comparison is base (386d1b6) 84.68% compared to head (8bfa11f) 84.73%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #744      +/-   ##
==========================================
+ Coverage   84.68%   84.73%   +0.04%     
==========================================
  Files          68       69       +1     
  Lines        4812     5043     +231     
==========================================
+ Hits         4075     4273     +198     
- Misses        737      770      +33     
Files Coverage Δ
include/highfive/bits/H5Attribute_misc.hpp 80.30% <100.00%> (ø)
include/highfive/bits/H5DataType_misc.hpp 79.59% <ø> (ø)
include/highfive/bits/H5Inspector_misc.hpp 90.97% <100.00%> (+0.30%) ⬆️
include/highfive/bits/H5ReadWrite_misc.hpp 83.87% <100.00%> (+3.22%) ⬆️
include/highfive/bits/H5Slice_traits_misc.hpp 90.24% <100.00%> (ø)
tests/unit/tests_high_five_base.cpp 99.71% <100.00%> (+0.01%) ⬆️
include/highfive/bits/H5Converter_misc.hpp 96.62% <95.16%> (-3.38%) ⬇️
src/examples/read_write_std_strings.cpp 0.00% <0.00%> (ø)

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