Releases: qodo-ai/qodo-cover
Releases · qodo-ai/qodo-cover
Release 0.2.15
Add pip install packages for regression test pipeline. (#260) * Add pip install packages for regression test pipeline. * increment version.
Release 0.2.14
Enhanced coverage processing (#2) (#254) * Enhanced coverage processing (#2) * While earlier PR[#230] managed to breakdown processing code into a class hierarechy, there wasnt any changes made to the code. This PR brings in enhancements to coverage processing where coverage data is stored by entity (Class or File). * Coverage data is stored using a FQDN so that conflicts are taken care. This closes[#251] * Earlier PR broke the behaviour of the agent that only target file coverage is considered if the global coverage flag is not set by the user, this PR fixes it to bring back the original behaviour. * removed sample-reports * bump version
Release 0.2.13
Empty commit to trigger CI. (#255) * Empty commit to trigger CI. * Updating version.txt * Moving to main litellm * Testing out json file. * Adding official build helper dir. --------- Co-authored-by: Ari Mahpour <[email protected]>
Release 0.2.12
Refactored coverage processor in to class hierarchy (#230) * Refactored coverage processor * A new class hierarchy for processing coverage from different tools * New interface representing CoverageReport and CoverageData * A factory to create the appropriate coverage processor * Added missing documentation * increment patch version
Release 0.2.11
collect coverage for all class elements for filename (#252) * collect coverage for all class elements for filename * Incrementing version.txt --------- Co-authored-by: Embedded DevOps <[email protected]>
Release 0.2.10
Fixed extra prompt build caller. (#249)
Release 0.2.9
fix jacoco (#248) * fix jacoco xml parsing * fix tests * update version
Release 0.2.8
Dw/split run (#233) * split run method into init and run_test_gen methods * update version
Release 0.2.7
fix: Running get_coverage() and rebuilding prompt. (#232) * Running get_coverage() and rebuilding prompt. * Incrementing version.
Release 0.2.6
Generate new tests that are focused on the pr changeset (#211) * Initial commit of Diff Cover feature. * Updating poetry lock file and incrementing version. * Update cover_agent/CoverAgent.py Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> * Fixed typo. --------- Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>