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

add Powerstre file system #976

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Merge pull request #630 from zhilong-xu/powerstore_file_system

0783fae
Select commit
Loading
Failed to load commit list.
Open

add Powerstre file system #976

Merge pull request #630 from zhilong-xu/powerstore_file_system
0783fae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 25, 2024 in 0s

70.94% (target 70.00%)

View this Pull Request on Codecov

70.94% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 88.61789% with 14 lines in your changes missing coverage. Please review.

Project coverage is 70.94%. Comparing base (e0290fd) to head (0783fae).
Report is 10 commits behind head on master.

Files Patch % Lines
...elfin/drivers/dell_emc/power_store/rest_handler.py 87.61% 6 Missing and 7 partials ⚠️
delfin/drivers/dell_emc/power_store/power_store.py 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #976      +/-   ##
==========================================
+ Coverage   70.85%   70.94%   +0.08%     
==========================================
  Files         195      195              
  Lines       23987    24104     +117     
  Branches     3674     3691      +17     
==========================================
+ Hits        16997    17100     +103     
- Misses       5826     5832       +6     
- Partials     1164     1172       +8     
Files Coverage Δ
delfin/common/constants.py 100.00% <100.00%> (ø)
delfin/drivers/dell_emc/power_store/consts.py 100.00% <100.00%> (ø)
delfin/drivers/dell_emc/power_store/power_store.py 89.47% <91.66%> (+0.31%) ⬆️
...elfin/drivers/dell_emc/power_store/rest_handler.py 80.26% <87.61%> (+1.12%) ⬆️