-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Description
In java_spring_boot demo, there is only mvn command. It means when we use qodo-cover, just replace the '--test-command=' to '--test-command=mvn test'.
But how to input the other command in the readme.md file?
which available is correct?
the cover-agent command demo for java is like this:
cover-agent
--source-file-path="src/main/java/com/davidparry/cover/SimpleMathOperations.java"
--test-file-path="src/test/groovy/com/davidparry/cover/SimpleMathOperationsSpec.groovy"
--code-coverage-report-path="build/reports/jacoco/test/jacocoTestReport.csv"
--test-command="./gradlew clean test jacocoTestReport"
--test-command-dir=$(pwd)
--coverage-type="jacoco"
--desired-coverage=70
--max-iterations=1
Metadata
Metadata
Assignees
Labels
No labels