Skip to content

Next shot at fixing pickling.

7cf471a
Select commit
Loading
Failed to load commit list.
Open

Strong typing #83

Next shot at fixing pickling.
7cf471a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2026 in 1s

90.32% (target 87.50%)

View this Pull Request on Codecov

90.32% (target 87.50%)

Details

Codecov Report

❌ Patch coverage is 91.40000% with 129 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.32%. Comparing base (dc87cf5) to head (7cf471a).

Files with missing lines Patch % Lines
src/skillmodels/model_spec.py 59.84% 51 Missing ⚠️
src/skillmodels/correlation_heatmap.py 48.14% 28 Missing ⚠️
src/skillmodels/utilities.py 90.69% 8 Missing ⚠️
src/skillmodels/simulate_data.py 83.33% 7 Missing ⚠️
src/skillmodels/visualize_factor_distributions.py 85.10% 7 Missing ⚠️
src/skillmodels/check_model.py 87.50% 6 Missing ⚠️
src/skillmodels/types.py 94.11% 6 Missing ⚠️
src/skillmodels/visualize_transition_equations.py 90.00% 5 Missing ⚠️
src/skillmodels/process_data.py 92.85% 3 Missing ⚠️
src/skillmodels/process_model.py 96.42% 3 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   91.02%   90.32%   -0.70%     
==========================================
  Files          42       47       +5     
  Lines        3587     3919     +332     
==========================================
+ Hits         3265     3540     +275     
- Misses        322      379      +57     

☔ View full report in Codecov by Sentry.
📢 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.