pjtatlow / jammdb

Just Another Memory Mapped Database
Apache License 2.0
269 stars 20 forks source link

22 Fix read-only transaction opening in README examples #23

Closed geniot closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.44% // Head: 94.50% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (4bab798) compared to base (9a78873). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #23 +/- ## ========================================== + Coverage 94.44% 94.50% +0.05% ========================================== Files 21 21 Lines 3782 3782 ========================================== + Hits 3572 3574 +2 + Misses 210 208 -2 ``` | [Impacted Files](https://codecov.io/gh/pjtatlow/jammdb/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow) | Coverage Δ | | |---|---|---| | [src/node.rs](https://codecov.io/gh/pjtatlow/jammdb/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow#diff-c3JjL25vZGUucnM=) | `95.82% <0.00%> (-0.25%)` | :arrow_down: | | [src/bucket.rs](https://codecov.io/gh/pjtatlow/jammdb/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow#diff-c3JjL2J1Y2tldC5ycw==) | `97.36% <0.00%> (+0.14%)` | :arrow_up: | | [tests/common/record.rs](https://codecov.io/gh/pjtatlow/jammdb/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow#diff-dGVzdHMvY29tbW9uL3JlY29yZC5ycw==) | `86.22% <0.00%> (+0.32%)` | :arrow_up: | | [tests/deletes.rs](https://codecov.io/gh/pjtatlow/jammdb/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow#diff-dGVzdHMvZGVsZXRlcy5ycw==) | `100.00% <0.00%> (+0.74%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PJ+Tatlow)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.