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

Refactor: Bitline module structure #46

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Conversation

kitsuyui
Copy link
Owner

Split the large bitline.rs to make it easier to read.
Move the trait definition of Bitline to base.rs.
Move the part related to the specific implementation of u8, u16, ... to uints.rs.
Add tests to ensure that the external interface has not changed. no breaking changes

Split the large bitline.rs to make it easier to read.
Move the trait definition of Bitline to base.rs.
Move the part related to the specific implementation of u8, u16, ... to uints.rs.
Add tests to ensure that the external interface has not changed. no breaking changes
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (69299f4) to head (535cede).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          890       889    -1     
=========================================
- Hits           890       889    -1     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@kitsuyui kitsuyui merged commit 14e7652 into main Oct 20, 2024
11 checks passed
@kitsuyui kitsuyui deleted the refactor-mod-structure branch October 20, 2024 08:47
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