Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

feat(reproducibility): add initial-state loading and checkpoint resume - #157

Merged
acgetchell merged 4 commits into
mainfrom
docs/90-release-readiness
Aug 11, 2026
Merged

feat(reproducibility): add initial-state loading and checkpoint resume#157
acgetchell merged 4 commits into
mainfrom
docs/90-release-readiness

docs(api): exclude PCG shim from generated reference

7e8734f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 11, 2026 in 1s

92.43% (+1.32%) compared to bdb756c

View this Pull Request on Codecov

92.43% (+1.32%) compared to bdb756c

Details

Codecov Report

❌ Patch coverage is 97.72358% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.43%. Comparing base (bdb756c) to head (7e8734f).

Files with missing lines Patch % Lines
include/Utilities.hpp 97.97% 6 Missing ⚠️
src/cdt.cpp 96.93% 5 Missing ⚠️
include/Ergodic_moves_3.hpp 96.15% 2 Missing ⚠️
include/Random.hpp 95.23% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   91.11%   92.43%   +1.32%     
==========================================
  Files          19       19              
  Lines        3476     3990     +514     
  Branches     1614     1908     +294     
==========================================
+ Hits         3167     3688     +521     
+ Misses        309      302       -7     
Files with missing lines Coverage Δ
include/Metropolis.hpp 96.74% <100.00%> (+2.00%) ⬆️
include/Move_always.hpp 89.55% <ø> (ø)
include/Move_run.hpp 97.22% <100.00%> (+0.12%) ⬆️
include/Random.hpp 92.06% <95.23%> (+1.58%) ⬆️
include/Ergodic_moves_3.hpp 94.58% <96.15%> (+0.51%) ⬆️
src/cdt.cpp 93.35% <96.93%> (+4.70%) ⬆️
include/Utilities.hpp 86.14% <97.97%> (+4.34%) ⬆️

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdb756c...7e8734f. Read the comment docs.

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