Skip to content

Update batchnorm test usage

7644504
Select commit
Loading
Failed to load commit list.
Open

Add module.train() to move a module back to the autodiff backend #3975

Update batchnorm test usage
7644504
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2025 in 0s

65.44% (target 80.00%)

View this Pull Request on Codecov

65.44% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 85.71429% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.44%. Comparing base (3af2817) to head (7644504).
⚠️ Report is 98 commits behind head on main.

Files with missing lines Patch % Lines
crates/burn-core/src/module/param/primitive.rs 20.00% 12 Missing ⚠️
crates/burn-core/src/module/param/constant.rs 25.00% 9 Missing ⚠️
crates/burn-core/src/module/param/tensor.rs 83.33% 6 Missing ⚠️

❌ Your project check has failed because the head coverage (65.44%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3975      +/-   ##
==========================================
+ Coverage   64.73%   65.44%   +0.70%     
==========================================
  Files        1178     1183       +5     
  Lines      140212   139417     -795     
==========================================
+ Hits        90770    91241     +471     
+ Misses      49442    48176    -1266     

☔ 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.