Releases: qodo-ai/qodo-cover
Releases · qodo-ai/qodo-cover
Release 0.3.4
Incrementing to Python 3.13 max version. (#301) * Incrementing to Python 3.13 max version. * Fixed dynamic version.
Release 0.3.3
fix test command (#293)
Release 0.3.2
Update version.txt (#292)
Release 0.3.1
Calling object after being instantiated. (#291)
Release 0.3.0
Remove references to PromptBuilder (#289) * Move PromptBuilder build_prompt call into DefaultCompletionAgent. * Updated return type. * Fixed prompt return. * Fixing prompt return. * Removed references to PromptBuilder class * Removed references to PromptBuilder.py * Increment version.txt. * Adding better error handling for prompt builder. * Fixing import sequence. * Adding tests. * increasing timeout for subprocess runtime.
Release 0.2.22
Refactor AgentCompletion to take in function parameter. (#282) * Updating AgentCompletion to require updated parameters from issue. * Adding function parameters and cleaning up TOML. * Refactored UnitTestGenerator with PromptBuilder parameters. * Working UnitTestValidator/Generator. * Adding more detailed failure info. * Working refactor. Moved to Claude for testing. * Working call to PromptBuilder without init. Deleting PromptBuilder test. * Removed more of PromptBuilder. * Adding defaults to ABC. * Adding defaults to DefaultAgentCompeletion.. * Updated docstrings. * Fixing path to test file. * Fixed docstrings. * Moving to tagged version of GPT-4o * Adding more logging.
Release 0.2.21
bump version (#279) * bump version * fix tests: gpt-3.5-turbo -> gpt-4o-mini
Release 0.2.20
Fixing version for action. (#276)
Release 0.2.17
Refactor revert (#267) * Revert "Fix regression on Jacoco coverage & Corbertura (#264)" This reverts commit f46980fd9ff64420708753cd9c8545842242ce4f. * Revert "Removing bad reference to self.last_coverage_percentages causing necessary failure logs (#262)" This reverts commit 1b1a9ad2ffcbd224caf2efd244fc55ba8c1d3377. * Revert "Refactored coverage processor in to class hierarchy (#230)" This reverts commit 3496069405d771f133dcee7f5ec28dc16e998f41. * Incrementing version.
Release 0.2.16
Fix regression on Jacoco coverage & Corbertura (#264) * Fix jacoco coverage to use mi, nr * Corbertura merge coverage by file names that are reported separately * lower vaniala js to 60 * bump version