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

Extract jacodb-storage module #271

Merged
merged 1 commit into from
Oct 18, 2024

Extract jacodb-storage module

ddd8bc8
Select commit
Loading
Failed to load commit list.
Merged

Extract jacodb-storage module #271

Extract jacodb-storage module
ddd8bc8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

59.32% (+0.51%) compared to 82a70aa

View this Pull Request on Codecov

59.32% (+0.51%) compared to 82a70aa

Details

Codecov Report

Attention: Patch coverage is 69.73684% with 161 lines in your changes missing coverage. Please review.

Project coverage is 59.32%. Comparing base (82a70aa) to head (ddd8bc8).

Files with missing lines Patch % Lines
...pl/storage/ers/ram/XodusPersistentCollectionsEx.kt 3.92% 49 Missing ⚠️
.../impl/storage/ers/ram/RAMDataContainerImmutable.kt 51.85% 15 Missing and 11 partials ⚠️
...jacodb/impl/storage/ers/ram/AttributesImmutable.kt 80.95% 11 Missing and 9 partials ⚠️
...in/kotlin/org/jacodb/impl/storage/ers/ram/Links.kt 84.14% 5 Missing and 8 partials ⚠️
...db/impl/storage/ers/ram/RAMDataContainerMutable.kt 79.03% 8 Missing and 5 partials ⚠️
...tlin/org/jacodb/impl/storage/ers/ram/Properties.kt 84.90% 2 Missing and 6 partials ⚠️
...ain/kotlin/org/jacodb/impl/fs/ByteCodeLocations.kt 50.00% 4 Missing and 3 partials ⚠️
...n/kotlin/org/jacodb/impl/types/JcTypedFieldImpl.kt 66.66% 2 Missing and 2 partials ⚠️
.../org/jacodb/impl/storage/ers/ErsPersistenceImpl.kt 25.00% 2 Missing and 1 partial ⚠️
.../storage/ers/ram/TransactionalPersistentLongMap.kt 50.00% 2 Missing and 1 partial ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff              @@
##                neo     #271      +/-   ##
============================================
+ Coverage     58.80%   59.32%   +0.51%     
- Complexity     2296     2602     +306     
============================================
  Files           315      319       +4     
  Lines         18656    19067     +411     
  Branches       3006     2823     -183     
============================================
+ Hits          10971    11311     +340     
- Misses         6582     6669      +87     
+ Partials       1103     1087      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.