Releases: qodo-ai/qodo-ci
Releases · qodo-ai/qodo-ci
v0.1.5 release
- adds typescript and javascript support
- improved "pr" mode efficiency
- adds
source_folder
andtest_folder
input options to restrict the scope to specified folders
v0.1.4 release
- add golang support with cobertura
- add kotlin support with jacoco
- exposes a
run_each_test_separately
input that determines whether the agent should modify the test command to run individual tests.
v0.1.3 release
- cover-agent-pro binary now supports php with cobertura and java with jacoco
- the qodo-cover action no longer expects a PR. instead requires a specified branch
- both qodo-cover and qodo-cover-pr actions now take an optional "coverage_type" input, e.g. "cobertura" or "jacoco".
v0.1.2 release
adds qodo-cover-pr action that only extends tests for files that were modified in the pr
v0.1.1 release
python support, byok