mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

coverage: Simplify parts of coverage graph creation This is a combination of three semi-related simplifications to how coverage graphs are created, grouped into one PR to avoid conflicts. There are no observable changes to the output of any of the coverage tests.