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

Implement distributed lock #87

Merged
merged 5 commits into from
Jan 30, 2024
Merged

Implement distributed lock #87

merged 5 commits into from
Jan 30, 2024

Conversation

shihuili1218
Copy link
Owner

#63

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 142 lines in your changes are missing coverage. Please review.

Comparison is base (213ead6) 17.69% compared to head (471737b) 17.19%.

Files Patch % Lines
...ain/java/com/ofcoder/klein/example/lock/Main1.java 0.00% 37 Missing ⚠️
.../main/java/com/ofcoder/klein/core/lock/LockSM.java 0.00% 23 Missing ⚠️
...ava/com/ofcoder/klein/core/lock/KleinLockImpl.java 0.00% 21 Missing ⚠️
...a/com/ofcoder/klein/core/cache/KleinCacheImpl.java 0.00% 18 Missing ⚠️
...ain/java/com/ofcoder/klein/example/lock/Main2.java 0.00% 12 Missing ⚠️
...ain/java/com/ofcoder/klein/example/lock/Main3.java 0.00% 12 Missing ⚠️
.../java/com/ofcoder/klein/core/lock/LockMessage.java 0.00% 11 Missing ⚠️
.../src/main/java/com/ofcoder/klein/KleinFactory.java 0.00% 3 Missing ⚠️
...ain/java/com/ofcoder/klein/core/cache/CacheSM.java 0.00% 2 Missing ⚠️
...er/klein/core/cache/ClearExpiryCacheContainer.java 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #87      +/-   ##
============================================
- Coverage     17.69%   17.19%   -0.51%     
  Complexity      177      177              
============================================
  Files           141      146       +5     
  Lines          4047     4165     +118     
  Branches        361      367       +6     
============================================
  Hits            716      716              
- Misses         3247     3365     +118     
  Partials         84       84              

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

@shihuili1218 shihuili1218 merged commit dbf1731 into main Jan 30, 2024
2 of 4 checks passed
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