Skip to content

Releases: qodo-ai/qodo-cover

Release 0.2.10

18 Dec 23:15
356a142
Compare
Choose a tag to compare
Fixed extra prompt build caller. (#249)

Release 0.2.9

18 Dec 06:21
e045a0d
Compare
Choose a tag to compare
fix jacoco (#248)

* fix jacoco xml parsing

* fix tests

* update version

Release 0.2.8

22 Nov 18:04
d40cbed
Compare
Choose a tag to compare
Dw/split run (#233)

* split run method into init and run_test_gen methods

* update version

Release 0.2.7

22 Nov 17:22
f768030
Compare
Choose a tag to compare
fix: Running get_coverage() and rebuilding prompt. (#232)

* Running get_coverage() and rebuilding prompt.

* Incrementing version.

Release 0.2.6

13 Nov 05:42
0f02014
Compare
Choose a tag to compare
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>

Release 0.2.5

10 Nov 02:55
11aad4f
Compare
Choose a tag to compare
Adding conf. (#207)

Release 0.2.4

08 Nov 05:20
db9c394
Compare
Choose a tag to compare
Fixed missing TOML. (#205)

Release 0.2.3

07 Nov 15:35
3be9ba6
Compare
Choose a tag to compare
Auto scan entire repo ! (#202)

* scan entire repo

* fix tests

* increased coverage

* Added tree_sitter as hidden import.

* Incrementing verison

* dw/debug scan (#203)

* scan works on python fastapi test repo

* keep original entrypoint

* algo cleaning and improvements

---------

Co-authored-by: Embedded DevOps <[email protected]>
Co-authored-by: David Wurtz <[email protected]>

Release 0.2.2

10 Oct 03:50
dd2f208
Compare
Choose a tag to compare
Fixed prompt instructions for class delimiter insertions. (#182)

Release 0.2.1

08 Oct 04:57
32b2058
Compare
Choose a tag to compare
Adding support for `o1-preview` (#166)

* Updated non-streaming support and added test.

* Added tests using o1-preview. Wow!

* Increased code coverage with o1-preview and updated final code.

* Incrementing version.

* Increased coverage and updated o1 calls.

* Merged system prompt instead of popping.