rust/tests/coverage/attr
Zalathar 599f95ecc2 coverage: Include the highest counter ID seen in `.cov-map` dumps
When making changes that have a large impact on coverage counter creation, this
makes it easier to see whether the number of physical counters has changed.

(The highest counter ID seen in coverage maps is not necessarily the same as
the number of physical counters actually used by the instrumented code, but
it's the best approximation we can get from looking only at the coverage maps,
and it should be reasonably accurate in most cases.)
2024-10-11 21:04:37 +11:00
..
impl.cov-map coverage: Include the highest counter ID seen in `.cov-map` dumps 2024-10-11 21:04:37 +11:00
impl.coverage coverage: Allow `#[coverage(..)]` on `impl` and `mod` 2024-06-26 10:08:05 +10:00
impl.rs coverage: Allow `#[coverage(..)]` on `impl` and `mod` 2024-06-26 10:08:05 +10:00
module.cov-map coverage: Include the highest counter ID seen in `.cov-map` dumps 2024-10-11 21:04:37 +11:00
module.coverage coverage: Allow `#[coverage(..)]` on `impl` and `mod` 2024-06-26 10:08:05 +10:00
module.rs coverage: Allow `#[coverage(..)]` on `impl` and `mod` 2024-06-26 10:08:05 +10:00
nested.cov-map coverage: Include the highest counter ID seen in `.cov-map` dumps 2024-10-11 21:04:37 +11:00
nested.coverage coverage: Extract hole spans from HIR instead of MIR 2024-07-08 21:22:56 +10:00
nested.rs coverage: Extract hole spans from HIR instead of MIR 2024-07-08 21:22:56 +10:00
off-on-sandwich.cov-map coverage: Include the highest counter ID seen in `.cov-map` dumps 2024-10-11 21:04:37 +11:00
off-on-sandwich.coverage coverage: Extract hole spans from HIR instead of MIR 2024-07-08 21:22:56 +10:00
off-on-sandwich.rs coverage: Extract hole spans from HIR instead of MIR 2024-07-08 21:22:56 +10:00