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

Correctly handle memory taken by objects in loops #1250

Merged
merged 3 commits into from
Feb 26, 2025

Add a test of a vector initialized in a loop with different sizes and…

a3294e3
Select commit
Loading
Failed to load commit list.
Merged

Correctly handle memory taken by objects in loops #1250

Add a test of a vector initialized in a loop with different sizes and…
a3294e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 25, 2025 in 0s

94.67% (+0.00%) compared to 1a24e1b

View this Pull Request on Codecov

94.67% (+0.00%) compared to 1a24e1b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.67%. Comparing base (1a24e1b) to head (a3294e3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1250   +/-   ##
=======================================
  Coverage   94.66%   94.67%           
=======================================
  Files          51       51           
  Lines        8910     8919    +9     
=======================================
+ Hits         8435     8444    +9     
  Misses        475      475           
Files with missing lines Coverage Δ
lib/Differentiator/ReverseModeVisitor.cpp 95.72% <100.00%> (+0.01%) ⬆️
Files with missing lines Coverage Δ
lib/Differentiator/ReverseModeVisitor.cpp 95.72% <100.00%> (+0.01%) ⬆️