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

[WIP] Add support for growing allocations #1340

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

testsuite: add tests for grow_allocate

b64bc45
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Add support for growing allocations #1340

testsuite: add tests for grow_allocate
b64bc45
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 14, 2025 in 0s

75.6% (-0.1%) compared to da6156a

View this Pull Request on Codecov

75.6% (-0.1%) compared to da6156a

Details

Codecov Report

Attention: Patch coverage is 49.12281% with 29 lines in your changes missing coverage. Please review.

Project coverage is 75.6%. Comparing base (da6156a) to head (b64bc45).

Files with missing lines Patch % Lines
resource/modules/resource_match.cpp 20.0% 16 Missing ⚠️
resource/reapi/bindings/c++/reapi_cli_impl.hpp 16.6% 5 Missing ⚠️
resource/policies/base/match_op.h 25.0% 3 Missing ⚠️
resource/traversers/dfu.cpp 62.5% 3 Missing ⚠️
resource/utilities/command.cpp 92.3% 1 Missing ⚠️
resource/utilities/rq2.cpp 83.3% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1340     +/-   ##
========================================
- Coverage    75.7%   75.6%   -0.1%     
========================================
  Files         112     112             
  Lines       16410   16450     +40     
========================================
+ Hits        12426   12444     +18     
- Misses       3984    4006     +22     
Files with missing lines Coverage Δ
resource/utilities/command.cpp 79.2% <92.3%> (+0.1%) ⬆️
resource/utilities/rq2.cpp 56.3% <83.3%> (+0.2%) ⬆️
resource/policies/base/match_op.h 52.9% <25.0%> (-11.4%) ⬇️
resource/traversers/dfu.cpp 86.3% <62.5%> (-0.5%) ⬇️
resource/reapi/bindings/c++/reapi_cli_impl.hpp 39.2% <16.6%> (-0.4%) ⬇️
resource/modules/resource_match.cpp 70.3% <20.0%> (-0.4%) ⬇️