Skip to content

Releases: codeintegrity-ai/mutahunter

v1.2.2

05 Aug 03:19
Compare
Choose a tag to compare

🐛fixed an issue where mutant path would not be executed during unit test generator

v1.2.1

03 Aug 02:44
Compare
Choose a tag to compare

🐛 Fixed an issue where the latest run ID is null during unit test generation.

v1.2.0

02 Aug 21:23
Compare
Choose a tag to compare
  1. Generate surviving mutant analysis in PDF format 📄
  2. Modify db schema to track mutants on each run 🛠️

v.1.1.9

29 Jul 23:52
Compare
Choose a tag to compare

Correct the bugs that cause specific source files designated for exclusion to be ignored during mutation.

v1.1.8

29 Jul 18:52
Compare
Choose a tag to compare
  1. Introduced HTML mutation testing report.
  2. Transitioned JSON to SQLite database to save mutants
  3. Reduced token costs by 35-75%. Mutates per source file instead of per function block. This is to utilize the big context window.

v1.1.7

29 Jul 18:51
Compare
Choose a tag to compare
chore: update pyproject.toml to version 1.1.7

v1.1.6

25 Jul 00:26
9cd18a3
Compare
Choose a tag to compare
  1. Enhanced mutant generation robustness, reducing syntax errors by a factor of x2 ~ x7.
  2. Transitioned from JSON to YAML for unit test generation, achieving a 5% reduction in overall token cost.

v1.1.5

21 Jul 04:40
Compare
Choose a tag to compare

Unit Test Generator: Enhancing Line and Mutation Coverage

Generate unit tests to increase both line and mutation coverage, inspired by papers:

v1.1.4

21 Jul 04:12
54bb883
Compare
Choose a tag to compare
  1. Convert json to yaml, reducing token cost
  2. improved prompt of higher quality mutant
  3. replace examples with gpt-4o-mini

v1.1.3

20 Jul 03:30
Compare
Choose a tag to compare
  • Improve mutation quality with improved prompts
  • limit max mutant per function block