-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi,
I think adding this crate to CI would be awesome, but it will require 3 changes:
-
Important - suppressing mutations, not all mutations can be fixed, and some are just plain fine, so being able to supress mutations either with a file (like sanitizers suppressions) or with attributes (like
#[allow(...)
]). -
Important - most CI's fail when a command return a non 0 return code, so returning 0 when nothing was found and non-zero when something was found(survived/not covered).
-
Less important: Exiting on first "failure" (survived/not covered), usually CI's are built in a way to stop testing as soon as possible, so the best practice is to fail everything at the first error that you encounter.
Thank You!
Metadata
Metadata
Assignees
Labels
No labels