cargo-mutants 0.2.11 #79
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New
--exclude
command line option to exclude source files from mutants generation, matching a glob.New:
CARGO_MUTANTS_MINIMUM_TEST_TIMEOUT
sets a minimum timeout for cargo tests, in seconds. This can be used to allow more time on slow CI builders. If unset the default is still 20s.Added: A new
mutants.out/debug.log
with internal debugging information.Improved: The time for check, build, and test is now shown separately in progress bars and output, to give a better indication of which is taking more time in the tree under test. Also, times are show in seconds with one decimal place, and they are styled more consistently.
Improved: More consistent use of 'unviable' and other terms for outcomes in the UI.
This discussion was created from the release cargo-mutants 0.2.11.
Beta Was this translation helpful? Give feedback.
All reactions