Skip to content

feat(kernel_checkpoint): POC for kernel-state snapshot/restore - #105

Closed
jamesbhobbs wants to merge 1 commit into
mainfrom
jh/poc-kernel-checkpoint-restore
Closed

feat(kernel_checkpoint): POC for kernel-state snapshot/restore#105
jamesbhobbs wants to merge 1 commit into
mainfrom
jh/poc-kernel-checkpoint-restore

feat(kernel_checkpoint): POC for kernel-state snapshot/restore

a62f68d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 28, 2026 in 1s

73.75% (-0.57%) compared to 46807ba

View this Pull Request on Codecov

73.75% (-0.57%) compared to 46807ba

Details

Codecov Report

❌ Patch coverage is 60.81081% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.75%. Comparing base (46807ba) to head (a62f68d).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
deepnote_toolkit/kernel_checkpoint/__main__.py 0.00% 53 Missing ⚠️
deepnote_toolkit/kernel_checkpoint/store.py 82.75% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
- Coverage   74.32%   73.75%   -0.57%     
==========================================
  Files          94      100       +6     
  Lines        5534     5826     +292     
  Branches      824      860      +36     
==========================================
+ Hits         4113     4297     +184     
- Misses       1155     1253      +98     
- Partials      266      276      +10     

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