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

assert-rs / libtest2 / 20304636955 / 1
32%
main: 32%

Build:
DEFAULT BRANCH: main
Ran 17 Dec 2025 01:35PM UTC
Files 39
Run time 1s
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

17 Dec 2025 01:34PM UTC coverage: 32.092% (+0.2%) from 31.851%
20304636955.1

push

github

web-flow
Capture names as full paths (#165)

The tests emitted by rustc use the full path, not including the crate
name, as the name for the test
([impl](https://github.com/rust-lang/rust/blob/ec6f62244/compiler/rustc_builtin_macros/src/test.rs#L66)).
From what I can tell there's no way to get this path exactly from rust,
but we can get the full path including crate name from
[`std::module_path`](https://doc.rust-lang.org/std/macro.module_path.html).
We can then find the first occurence of `::` and grab whatever follows.

Fixes https://github.com/assert-rs/libtest2/issues/154.

543 of 1692 relevant lines covered (32.09%)

0.72 hits per line

Source Files on job 20304636955.1
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20304636955
  • bd80ab8a on github
  • Prev Job for on main (#20147153084.1)
  • Next Job for on main (#20304930312.1)
  • Delete
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