What is the meaning of the koverGenerateArtifact
task?
#558
Labels
Question
Support request issue type
S: waiting for clarification
Status: additional information required to proceed
Describe what you would like to clarify about Kover
Hi. I've found that
kover
plugin adds some tasks to originalcheck
task:./gradlew check --dry-run :ktfmtCheckMain SKIPPED :ktfmtCheckTest SKIPPED :checkKotlinGradlePluginConfigurationErrors SKIPPED :compileKotlin SKIPPED :compileJava SKIPPED :processResources SKIPPED :classes SKIPPED :compileTestKotlin SKIPPED :compileTestJava SKIPPED :koverFindJar SKIPPED << :processTestResources SKIPPED :testClasses SKIPPED :test SKIPPED :koverGenerateArtifact SKIPPED << :koverVerify SKIPPED << :check SKIPPED BUILD SUCCESSFUL in 445ms
But I couldn't find the related code or documentation. What is the actual action/purpose of that?
The text was updated successfully, but these errors were encountered: