Skip to content

Releases: avito-tech/go-mutesting

v2.3.1

26 Dec 13:35
48d0401

Choose a tag to compare

What's Changed

  • Corner cases when mutating arguments in the make function have been fixed; the following will be ignored when mutating:
    • Binary operations (addition, subtraction, multiplication, division, etc.)
    • Unary operators (+, -, etc.)
    • Direct numeric literal
  • Fixed the regular expression for searching for a build tag in a test file

Full Changelog: v2.3...v2.3.1

HTML report

25 Dec 10:23
d5530ff

Choose a tag to compare

Added the ability to generate an HTML report based on test results. The report displays basic statistics and information on escaped mutants. To enable report generation, simply pass the --html-output parameter or specify html_output=true in the config.

htmlReport

go-mutesting moved to go modules

27 Feb 12:03
d13c9c3

Choose a tag to compare

In this release we have moved the library to go modules