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 first character from_chars integer pattern matching #189

Merged
merged 3 commits into from
Apr 23, 2024
Merged

Conversation

mborland
Copy link
Member

Closes: #188

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.39%. Comparing base (100473b) to head (6bab2a7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #189   +/-   ##
========================================
  Coverage    93.38%   93.39%           
========================================
  Files           66       66           
  Lines         8420     8432   +12     
========================================
+ Hits          7863     7875   +12     
  Misses         557      557           
Files Coverage Δ
.../boost/charconv/detail/from_chars_integer_impl.hpp 100.00% <100.00%> (ø)
test/from_chars.cpp 100.00% <100.00%> (ø)
test/quick.cpp 100.00% <ø> (ø)

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 100473b...6bab2a7. Read the comment docs.

@mborland mborland merged commit aa70adb into develop Apr 23, 2024
62 of 63 checks passed
@mborland mborland deleted the 188 branch April 23, 2024 06:18
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.

from_chars & invalid input
1 participant