cxl-micron-reskit / famfs

This is the user space repo for famfs, the fabric-attached memory file system
Apache License 2.0
31 stars 9 forks source link

Increase Code coverage #48

Closed arramesh42 closed 3 months ago

arramesh42 commented 4 months ago

Added unit tests to increase code coverage In cases where the error/branch was not directly reachable, used a mock variable to simulate the error. Before adding these tests, before

After adding these tests. after

arramesh42 commented 4 months ago

17

arramesh42 commented 3 months ago

Addressed the review comments.