Releases: qodo-ai/qodo-cover
Releases · qodo-ai/qodo-cover
Release 0.3.10
Feature-329: Refactor run_tests_all.py to work within pytest framewor…
Release 0.3.9
feature/299-remove-args-namespace-from-coveragent-constructor (#325) * Introducing initial changes * Rename max_run_time to max_run_time_sec * Mark hardcoded values for check * Refactor parse_args in main * Add record_mode arg arter rebase * Add CoverAgentConfig methods * Rename max_run_time to max_run_time_sec * Fix run-each-test-separately * Add cover_agent/__main__ * Fix Docker scripts * Update configurations.toml. Remove generated tests from Python test * Update parsing args * Code updates after rebase * Fix previous unit tests. Add new unit tests * Move more constants to configuration.toml * Fix typing Self for Python 3.10 compatibility in config_schema * Fix default values in configuration.toml * Fix default included_files issue
Release 0.3.8
feature/298-flag-disable-file-generation (#324) * Feature-298: Flag to Disable File Generation * Feature-298: Flag to Disable File Generation * Rename flag to suppress-logs * Fix bug in CoverAgent * Add files creation suppression logic * Improve logger usage in classes * Refactor CustomLogger * Fix failing test test_main_test_file_not_found * Extend tests to check if suppress-logs passed or not * Add file logger test for CustomLogger * Add log level handling and tests * Remove get log_level from env var * Rename suppress-logs to suppress-log-files * Apply review suggestion for log suppression description * Improve tests integration scripts * Remove .coveragerc file due to side effects --------- Co-authored-by: akashjainwork <[email protected]>
Release 0.3.7
294 refactor run test gen into three smaller functions (#309) * Refactoring flow of CoverAgent. * Refactoring flow of CoverAgent 2. * Replaced with public methods. * Version bump.
Release 0.3.6
Increase test coverage (#308) * Added tests and moved to latest claude. * Adding test for AgentCompletionABC. * Adding comments to tests. * Added more comments. * Adding final comments. * Fixing inadvertent agent removal of code.
Release 0.3.5
Adding max-run-time argument (#306) * fixing tests and addind arg. * Adding tests. * Running formatter. * Incrementing version.
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)