Skip to content

Conversation

@hedtke
Copy link
Collaborator

@hedtke hedtke commented Dec 8, 2025

Many methods were already marked as const. The member m_lastReturnCode is always indirectly modified via m_scipCallWrapper.

Now the member m_lastReturnCode is marked mutable and all methods that can be const are now const.

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.05%. Comparing base (6ab0c12) to head (94e90ba).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   98.04%   98.05%           
=======================================
  Files          10       10           
  Lines         205      206    +1     
  Branches       57       58    +1     
=======================================
+ Hits          201      202    +1     
  Misses          3        3           
  Partials        1        1           
Files with missing lines Coverage Δ
include/scippp/model.hpp 95.83% <100.00%> (ø)
source/model.cpp 98.80% <100.00%> (+0.01%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hedtke hedtke added this to the 1.4.0 milestone Dec 8, 2025
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.

2 participants