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

feat(store): replace go maps with gokv #431

Merged
merged 3 commits into from
Oct 20, 2023

fix(store): add gomap to handle NQNs

01e2ef9
Select commit
Loading
Failed to load commit list.
Merged

feat(store): replace go maps with gokv #431

fix(store): add gomap to handle NQNs
01e2ef9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 20, 2023 in 1s

83.88% (-6.89%) compared to 4ae03d6

View this Pull Request on Codecov

83.88% (-6.89%) compared to 4ae03d6

Details

Codecov Report

Merging #431 (01e2ef9) into main (4ae03d6) will decrease coverage by 6.89%.
The diff coverage is 48.50%.

@@            Coverage Diff             @@
##             main     #431      +/-   ##
==========================================
- Coverage   90.76%   83.88%   -6.89%     
==========================================
  Files           9        9              
  Lines         899      999     +100     
==========================================
+ Hits          816      838      +22     
- Misses         59      111      +52     
- Partials       24       50      +26     
Files Coverage Δ
pkg/frontend/frontend.go 57.14% <100.00%> (-5.36%) ⬇️
pkg/frontend/nvme_subsystem.go 83.88% <50.00%> (-9.02%) ⬇️
pkg/frontend/nvme_controller.go 81.64% <47.27%> (-12.00%) ⬇️
pkg/frontend/nvme_namespace.go 81.60% <47.82%> (-11.52%) ⬇️