Skip to content
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

Entries can now be removed from writer and initializer. #5

Merged
merged 4 commits into from
Dec 3, 2019

Conversation

soundvibe
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #5 into master will increase coverage by 0.43%.
The diff coverage is 79.16%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #5      +/-   ##
============================================
+ Coverage     88.68%   89.11%   +0.43%     
- Complexity      700      715      +15     
============================================
  Files            29       29              
  Lines          2182     2223      +41     
  Branches        283      291       +8     
============================================
+ Hits           1935     1981      +46     
+ Misses          164      158       -6     
- Partials         83       84       +1
Impacted Files Coverage Δ Complexity Δ
.../main/java/com/linkedin/paldb/api/StoreWriter.java 62.5% <ø> (ø) 3 <0> (ø) ⬇️
...main/java/com/linkedin/paldb/utils/LongPacker.java 83.33% <ø> (ø) 17 <0> (ø) ⬇️
...c/main/java/com/linkedin/paldb/impl/StoreImpl.java 74.19% <0%> (+5.62%) 16 <0> (-1) ⬇️
.../main/java/com/linkedin/paldb/impl/ReaderImpl.java 88.37% <100%> (+0.27%) 17 <0> (+1) ⬆️
...in/java/com/linkedin/paldb/impl/StorageReader.java 89.61% <50%> (-1.18%) 38 <0> (ø)
.../main/java/com/linkedin/paldb/impl/WriterImpl.java 72.72% <55.55%> (-3.36%) 11 <1> (+1)
.../com/linkedin/paldb/impl/StorageSerialization.java 90.14% <77.77%> (+0.97%) 304 <1> (+6) ⬆️
...main/java/com/linkedin/paldb/impl/StoreRWImpl.java 87.9% <88.88%> (+0.4%) 50 <3> (+2) ⬆️
...in/java/com/linkedin/paldb/impl/StorageWriter.java 93.35% <96.77%> (+0.53%) 56 <0> (+5) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b1eb0e...aaabc6e. Read the comment docs.

@soundvibe soundvibe merged commit 876b09a into master Dec 3, 2019
@soundvibe soundvibe deleted the remove-in-initializer branch December 3, 2019 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant