-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-proposalCategory: a proposal for something we might want to do, or maybe not; details still being worked outCategory: a proposal for something we might want to do, or maybe not; details still being worked out
Description
I'm setting up CI with coverage and miri
for the first time in a while and thought it would be nice to measure how much of the non-#[cfg(miri)]
code is covered when run under miri
.
I see several previous discussions in this repository about measuring the coverage of miri
itself, but I can't find any previous discussions or documentation about generating coverage reports for the code under test. Is that already possible, and if not is it something that has been discussed previously?
Metadata
Metadata
Assignees
Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-proposalCategory: a proposal for something we might want to do, or maybe not; details still being worked outCategory: a proposal for something we might want to do, or maybe not; details still being worked out