Hi, we noticed that the a24dcf8 commit had an unintended effect: Some lines that were uncovered before are being marked as covered now even though it is impossible to run them.
Right now I don't have a minimal example but we've noticed that the precondition_check here is being marked as fully covered even though there is a non-unwinding panic on it. This panic cannot be run via the test suite as it is not possible to catch the panic with #[should_panic] nor any other mechanism.
I'll try working on a minimal example in the meantime.
Hi, we noticed that the a24dcf8 commit had an unintended effect: Some lines that were uncovered before are being marked as covered now even though it is impossible to run them.
Right now I don't have a minimal example but we've noticed that the
precondition_checkhere is being marked as fully covered even though there is a non-unwinding panic on it. This panic cannot be run via the test suite as it is not possible to catch the panic with#[should_panic]nor any other mechanism.I'll try working on a minimal example in the meantime.