• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

crutcher / bimm / #219
72%

Build:
DEFAULT BRANCH: main
Ran 13 Sep 2025 06:10PM UTC
Jobs 1
Files 75
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Sep 2025 06:01PM UTC coverage: 72.444% (-0.4%) from 72.819%
#219

push

crutcher
refactor: replace `ConvDownsample` with `ResNetDownsample` and add kernel size configuration

- Migrated from `ConvDownsample` to `ResNetDownsample` across applicable modules, updating configurations and methods accordingly.
- Introduced `down_kernel_size` parameter to enhance configurability in downsample layers.
- Removed unused `cardinality`, `ae`, and `se` configurations for cleaner and streamlined code.
- Added new `conv_shape` utility module to calculate convolution output shapes.
- Updated tests to reflect changes in downsampling implementation and configurations.

72 of 120 new or added lines in 9 files covered. (60.0%)

45 existing lines in 6 files now uncovered.

2374 of 3277 relevant lines covered (72.44%)

39.2 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
96.67
41.61% crates/bimm/src/models/resnet/downsample.rs
2
76.47
-0.09% crates/bimm/src/models/resnet/basic_block.rs
4
45.67
1.05% crates/bimm/src/models/resnet/bottleneck.rs
4
59.72
-1.15% crates/bimm/src/models/resnet/residual_block.rs
5
0.0
0.0% crates/bimm/src/models/resnet/resnet_io/pytorch_stubs.rs
8
0.0
0.0% crates/bimm/src/models/resnet/resnet_model.rs
24
50.0
crates/bimm/src/compat/conv_shape.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
76.47
-0.09% crates/bimm/src/models/resnet/basic_block.rs
1
96.67
41.61% crates/bimm/src/models/resnet/downsample.rs
1
59.72
-1.15% crates/bimm/src/models/resnet/residual_block.rs
2
65.59
0.48% crates/bimm/src/models/resnet/layer_block.rs
11
13.33
-2.05% crates/bimm/src/layers/pool/avg_pool_2d_same.rs
29
2.13
-61.7% crates/bimm/src/layers/blocks/conv_norm.rs
Jobs
ID Job ID Ran Files Coverage
1 #219.1 13 Sep 2025 06:10PM UTC 75
72.44
Source Files on build #219
  • Tree
  • List 75
  • Changed 11
  • Source Changed 10
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 33d0516f on github
  • Prev Build on main
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc