Skip to content

Releases: qodo-ai/qodo-cover

Release 0.3.10

21 May 02:02
6b05eb5

Choose a tag to compare

Feature-329: Refactor run_tests_all.py to work within pytest framewor…

Release 0.3.9

15 May 04:02
33c2e58

Choose a tag to compare

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

12 May 16:16
05ca2a9

Choose a tag to compare

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

26 Feb 22:56
d12c35e

Choose a tag to compare

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

26 Feb 00:17
c20f532

Choose a tag to compare

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

25 Feb 23:08
067db28

Choose a tag to compare

Adding max-run-time argument (#306)

* fixing tests and addind arg.

* Adding tests.

* Running formatter.

* Incrementing version.

Release 0.3.4

21 Feb 06:07
2ee76b0

Choose a tag to compare

Incrementing to Python 3.13 max version. (#301)

* Incrementing to Python 3.13 max version.

* Fixed dynamic version.

Release 0.3.3

21 Feb 01:00
73f2305

Choose a tag to compare

fix test command (#293)

Release 0.3.2

21 Feb 00:14
b7067ee

Choose a tag to compare

Update version.txt (#292)

Release 0.3.1

20 Feb 23:12
3837893

Choose a tag to compare

Calling object after being instantiated. (#291)