about summary refs log tree commit diff
path: root/tests/coverage/no_cov_crate.coverage
AgeCommit message (Collapse)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-2/+2
This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans.
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, ↵Zalathar-0/+1
r=wesleywiser" This reverts commit 1d35638dc38dbfbf1cc2a9823135dfcf3c650169, reversing changes made to f23a80a4c2fbca593b64e70f5970368824b4c5e9.
2024-12-18Add reference annotations for the `coverage` attributeEric Huss-0/+2
2024-12-16Stabilize #[coverage] attributeltdk-1/+0
2024-07-08coverage: Extract hole spans from HIR instead of MIRZalathar-10/+10
This makes it possible to treat more kinds of nested item/code as holes, instead of being restricted to closures.
2024-06-26coverage: Apply `#[coverage(..)]` recursively to nested functionsZalathar-7/+7
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+89