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

✨ Reimplement lock with badger #358

Merged
merged 1 commit into from
Apr 30, 2024

:sparkles: Reimplement lock with badger

3c0b686
Select commit
Loading
Failed to load commit list.
Merged

✨ Reimplement lock with badger #358

:sparkles: Reimplement lock with badger
3c0b686
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2024 in 0s

25.02% (-0.51%) compared to 31bad7c

View this Pull Request on Codecov

25.02% (-0.51%) compared to 31bad7c

Details

Codecov Report

Attention: Patch coverage is 57.34266% with 61 lines in your changes are missing coverage. Please review.

Project coverage is 25.02%. Comparing base (31bad7c) to head (3c0b686).

Files Patch % Lines
pkg/modules/locker/database/database.go 58.57% 38 Missing and 20 partials ⚠️
pkg/configs/default.go 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
- Coverage   25.52%   25.02%   -0.51%     
==========================================
  Files         275      273       -2     
  Lines       19247    19010     -237     
==========================================
- Hits         4913     4757     -156     
+ Misses      13887    13822      -65     
+ Partials      447      431      -16     

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