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

assert-rs / libtest2 / 20304636955
32%

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

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

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.

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

543 of 1692 relevant lines covered (32.09%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20304636955.1 17 Dec 2025 01:35PM UTC 39
32.09
GitHub Action Run
Source Files on build 20304636955
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bd80ab8a on github
  • Prev Build on main (#20147153084)
  • Next Build on main (#20304930312)
  • 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

© 2025 Coveralls, Inc