mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Zero-config Java support (auto-detection from build files, codeflash.toml elimination) is handled separately in cf-java-zero-config-strategy. This commit strips those changes, keeping only bug fixes: - JFR parser, ReplayHelper, instrumentation, replay tests - Multi-module test root resolution - JUnit 4/5 test framework detection - add_help=False for optimize subparser Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
120 B
TOML
5 lines
120 B
TOML
# Codeflash configuration for Java project
|
|
|
|
[tool.codeflash]
|
|
module-root = "src/main/java"
|
|
tests-root = "src/test/java"
|