Closed msk closed 2 months ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 68.62745%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 66.58%. Comparing base (
38885a9
) to head (a4ede4b
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/backup.rs | 65.95% | 16 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We will directly use redb.
This change adds the ability to backup the redb database to a file. It also moves all backup-related methods of
Store
to the backup module, in order to keep the lib.rs file clean.