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

Add radix boundary tests #7

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Add radix boundary tests #7

merged 3 commits into from
Jan 25, 2024

Conversation

nordzilla
Copy link
Owner

Adds tests which test the boundary locations for each radix.

For radix 2, this means testing that the count is correct for the following pairs:

(1, 2) -> (3, 4) -> (7, 8) -> (15, 16) -> etc.

For radix 8, this means testing that the count is correct for the following pairs:

(7, 8) -> (63, 64) -> (511, 512) -> etc.

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (35e2acf) 100.00% compared to head (a5df805) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          159       192   +33     
  Branches       159       192   +33     
=========================================
+ Hits           159       192   +33     

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

@nordzilla nordzilla merged commit f594efd into main Jan 25, 2024
3 checks passed
@nordzilla nordzilla deleted the boundary-tests branch January 25, 2024 02:03
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