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

Implement and test from_chars() #400

Merged
merged 5 commits into from
Jan 22, 2024
Merged

Implement and test from_chars() #400

merged 5 commits into from
Jan 22, 2024

Conversation

ckormanyos
Copy link
Owner

In this PR, we handle implementation and test of from_chars(), as discussed in #398.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (df1fa53) 100.0% compared to head (7183be8) 100.0%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #400   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files          39       39           
  Lines        3600     3604    +4     
=======================================
+ Hits         3600     3604    +4     
Files Coverage Δ
math/wide_integer/uintwide_t.h 100.0% <100.0%> (ø)
test/test.cpp 100.0% <ø> (ø)
test/test_uintwide_t_edge_cases.cpp 100.0% <100.0%> (ø)

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 df1fa53...7183be8. Read the comment docs.

Copy link

sonarcloud bot commented Jan 22, 2024

@ckormanyos ckormanyos merged commit 296f2c0 into master Jan 22, 2024
145 checks passed
@ckormanyos ckormanyos deleted the from_chars branch January 22, 2024 18:02
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.

1 participant