Skip to content

cargo-mutants 25.0.0

Latest
Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 04 Jan 16:39
· 32 commits to main since this release
  • Better estimation of time remaining, based on the time taken to test mutants so far, excluding the time for the baseline.

  • New: --copy-vcs option and config option will copy .git and other VCS directories, to accommodate trees whose tests depend on the contents or presence of the VCS directory.

  • New: Add .jj to the list of known VCS directories. These are excluded by default when copying the tree, but can be included using --copy-vcs=true.

  • Fixed: cargo --package options now include the version number of the targeted package, like [email protected]. This avoids cargo failing with an error that the package name is ambiguous in trees whose dependencies include multiple versions of one of the packages being tested.