Skip to content

Merge branch 'master' into feat/freeze_return

68b34da
Select commit
Loading
Failed to load commit list.
Merged

Adds method chaining support to LightningModule.freeze() and LightningModule.unfreeze() by returning self #21469

Merge branch 'master' into feat/freeze_return
68b34da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2026 in 0s

79% (target 99%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79%. Comparing base (be2e8d0) to head (68b34da).
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (be2e8d0) and HEAD (68b34da). Click for more details.

HEAD has 124 uploads less than BASE
Flag BASE (be2e8d0) HEAD (68b34da)
cpu 64 33
python 6 3
lightning_fabric 17 0
pytest 31 0
python3.10 6 3
lightning 29 15
python3.12 18 9
python3.12.7 17 9
python3.13 6 3
python3.11 11 6
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #21469     +/-   ##
=========================================
- Coverage      87%      79%     -8%     
=========================================
  Files         270      267      -3     
  Lines       24059    24004     -55     
=========================================
- Hits        20855    18955   -1900     
- Misses       3204     5049   +1845