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

xd009642 / tarpaulin / #745
86%

Build:
DEFAULT BRANCH: develop
Ran 20 Apr 2026 08:48AM UTC
Jobs 1
Files 41
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

20 Apr 2026 08:42AM UTC coverage: 85.46% (-0.03%) from 85.49%
#745

push

web-flow
Fix sub-module path resolution for lib.rs/main.rs/mod.rs (#1839)

`visit_mod` appended the enclosing file's stem to the child module
path, so `#[cfg(test)] mod tests;` in lib.rs resolved to
src/lib/tests.rs instead of src/tests.rs. The bogus path never matched
the source walker, so the child file escaped the ignore filter and its
non-#[test] items were reported as uncovered.

Skip the stem when the enclosing file is a crate root (lib.rs, main.rs)
or directory module (mod.rs); those are transparent in Rust's module
tree. ignore_nested_modules already had the lib/mod guard but visit_mod
did not; main.rs was missing from both.

5 of 6 new or added lines in 1 file covered. (83.33%)

4 existing lines in 1 file now uncovered.

4855 of 5681 relevant lines covered (85.46%)

253057.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.27
-0.47% src/source_analysis/items.rs

Coverage Regressions

Lines Coverage ∆ File
4
91.79
-0.48% src/source_analysis/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 #745.1 20 Apr 2026 08:48AM UTC 41
85.46
Source Files on build #745
  • Tree
  • List 41
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 64271130 on github
  • Prev Build on develop
  • Next Build on develop
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