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

Update CAO model loading to avoid "Exception: basic_ios::clear: iostream error" #1529

Merged
merged 1 commit into from
Dec 30, 2024

Replace pointers with vectors.

d195822
Select commit
Loading
Failed to load commit list.
Merged

Update CAO model loading to avoid "Exception: basic_ios::clear: iostream error" #1529

Replace pointers with vectors.
d195822
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 22, 2024 in 1s

53.84% (+0.01%) compared to bc9a67e

View this Pull Request on Codecov

53.84% (+0.01%) compared to bc9a67e

Details

Codecov Report

Attention: Patch coverage is 83.78378% with 6 lines in your changes missing coverage. Please review.

Project coverage is 53.84%. Comparing base (bc9a67e) to head (d195822).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
modules/tracker/mbt/src/vpMbTracker.cpp 83.78% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1529      +/-   ##
==========================================
+ Coverage   53.82%   53.84%   +0.01%     
==========================================
  Files         441      441              
  Lines       53859    53854       -5     
==========================================
+ Hits        28991    28995       +4     
+ Misses      24868    24859       -9     

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