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

adds implementaion of Display for UInteger and Integer #439

Merged
merged 2 commits into from
Oct 6, 2022

Conversation

desaikd
Copy link
Contributor

@desaikd desaikd commented Oct 6, 2022

Description of changes:
This PR works on adding Display implementation for UInteger and ``Integer`.

Test:
Adds unit tests for Display of UInteger and Integer.

@codecov
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Merging #439 (a18175d) into main (b244539) will increase coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #439      +/-   ##
==========================================
+ Coverage   83.52%   83.64%   +0.12%     
==========================================
  Files          83       83              
  Lines       15951    15965      +14     
==========================================
+ Hits        13323    13354      +31     
+ Misses       2628     2611      -17     
Impacted Files Coverage Δ
src/text/raw_text_writer.rs 88.16% <100.00%> (+0.66%) ⬆️
src/text/text_formatter.rs 40.32% <100.00%> (+0.16%) ⬆️
src/types/integer.rs 74.10% <100.00%> (+4.39%) ⬆️
src/reader.rs 82.09% <0.00%> (-0.31%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

src/text/text_formatter.rs Show resolved Hide resolved
@desaikd desaikd merged commit 5693330 into main Oct 6, 2022
@almann almann deleted the desaikd-display-integer branch May 18, 2023 19:07
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.

None yet

3 participants