Releases: qodo-ai/qodo-ci
Releases · qodo-ai/qodo-ci
v0.1.16 release
adds support for "diff" mode, which will only try to add coverage for lines that were modified in the PR
v0.1.15 release
- fix issue in additional instructions caused by backticks
- logs the additional instructions during execution
v0.1.14 release
- exposes an
additional_instructions
input field with a default value of "generated tests should be prefixed by a comment that saysThis test was generated by Qodo Cover
"
v0.1.13 release
Displays modified files with "git status" after the agent runs. Exits more cleanly in the case of no coverage improvements.
v0.1.12 release
smarter resolution of project root dir
v0.1.11 release
Now displays a warning instead of an error if the mod time of the coverage report is older than the test command run time. This is to support test frameworks that cache the coverage report
v0.1.10 release
fix timeout, increase default timeout
v0.1.9 release
Increases timeout for long-running tests
v0.1.8 release
- speed improvements for large repositories
v0.1.7 release
Increase limit on max number of files that the LSP will analyze