-
Notifications
You must be signed in to change notification settings - Fork 346
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
part of PR 340 adding test_mount_to_container and separate rootfs file #365
part of PR 340 adding test_mount_to_container and separate rootfs file #365
Conversation
ab15fe9
to
4707b17
Compare
It's time to create a rootfs directory and separate the files. |
Codecov Report
@@ Coverage Diff @@
## main #365 +/- ##
=========================================
+ Coverage 0 74.73% +74.73%
=========================================
Files 0 51 +51
Lines 0 7763 +7763
=========================================
+ Hits 0 5802 +5802
- Misses 0 1961 +1961 |
@tommady Instead of creatting an exclusive file for test, it is more natural in Rust to separate some functions into appropriate files based on some criteria, and put the tests associated with the functions into the same file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
as requested by separating #340 into small PRs
this part is adding:
please help review 🙇🏻