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

fix some memory leaks in the NBD server and enable asan for the tests #1374

Merged
merged 7 commits into from
Apr 4, 2024

.github/workflows/sanitizers: enable tests for nbd

372fce7
Select commit
Failed to load commit list.
Merged

fix some memory leaks in the NBD server and enable asan for the tests #1374

.github/workflows/sanitizers: enable tests for nbd
372fce7
Select commit
Failed to load commit list.
Codecov / codecov/project failed Mar 28, 2024 in 0s

79.92% (-0.04%) compared to ec9ab08

View this Pull Request on Codecov

79.92% (-0.04%) compared to ec9ab08

Details

Codecov Report

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

Project coverage is 79.92%. Comparing base (ec9ab08) to head (372fce7).
Report is 3 commits behind head on master.

Files Patch % Lines
src/nbd.c 6.25% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1374      +/-   ##
==========================================
- Coverage   79.95%   79.92%   -0.04%     
==========================================
  Files          67       67              
  Lines       20057    20066       +9     
==========================================
+ Hits        16037    16038       +1     
- Misses       4020     4028       +8     

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