Skip to content

Improve vpColVector and vpRowVector#1991

Merged
fspindle merged 5 commits into
lagadic:masterfrom
fspindle:feat_vectors
Jul 20, 2026
Merged

Improve vpColVector and vpRowVector#1991
fspindle merged 5 commits into
lagadic:masterfrom
fspindle:feat_vectors

Conversation

@fspindle

Copy link
Copy Markdown
Contributor

No description provided.

fspindle and others added 4 commits July 19, 2026 23:20
- Update vpColVector operators += and -= to automatically resize
  the vector if it is initially empty (size 0)
- Replace testColVector.cpp by catchColVector.cpp to use catch2
- Update vpRowVector operators += and -= to automatically resize
  the vector if it is initially empty (size 0)
- Replace testRowVector.cpp by catchRowVector.cpp to use catch2
…correctly

apply command-line arguments to the Catch::Session
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 53.57143% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.75%. Comparing base (bc55206) to head (482e293).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
modules/core/src/math/matrix/vpColVector.cpp 50.00% 2 Missing and 4 partials ⚠️
modules/core/include/visp3/core/vpColVector.h 25.00% 0 Missing and 3 partials ⚠️
modules/core/include/visp3/core/vpRowVector.h 60.00% 0 Missing and 2 partials ⚠️
modules/core/src/math/matrix/vpRowVector.cpp 71.42% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1991      +/-   ##
==========================================
+ Coverage   48.74%   48.75%   +0.01%     
==========================================
  Files         532      532              
  Lines       69404    69416      +12     
  Branches    32434    32440       +6     
==========================================
+ Hits        33828    33847      +19     
- Misses      31441    31444       +3     
+ Partials     4135     4125      -10     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fspindle
fspindle merged commit dcf77c4 into lagadic:master Jul 20, 2026
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant