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

Replace variable length arrays with std::vector #1662

Merged
merged 1 commit into from
Dec 24, 2024

Replace variable length arrays with std::vector

6d12b6c
Select commit
Loading
Failed to load commit list.
Merged

Replace variable length arrays with std::vector #1662

Replace variable length arrays with std::vector
6d12b6c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

83.16% (-0.01%) compared to f81ced2

View this Pull Request on Codecov

83.16% (-0.01%) compared to f81ced2

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.16%. Comparing base (f81ced2) to head (6d12b6c).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1662      +/-   ##
==========================================
- Coverage   83.16%   83.16%   -0.01%     
==========================================
  Files         277      277              
  Lines       48193    48193              
  Branches     9966     9970       +4     
==========================================
- Hits        40080    40078       -2     
+ Misses       7234     7220      -14     
- Partials      879      895      +16     

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