al8n / orderwal

A generic-purpose, ordered, zero-copy, Write-Ahead Log implementation for Rust.
Apache License 2.0
5 stars 0 forks source link

Improve code coverage over `90%` #6

Open al8n opened 1 week ago

al8n commented 1 week ago

Currently, all of the happy cases and some of the unhappy cases are tested, but, I think the overall coverage can reach 90% after implementing more unhappy path test cases.

Lines are missing can be found here: https://app.codecov.io/gh/al8n/orderwal/