Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Aug 22, 2023
1 parent e82fe77 commit f211d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ val uiTest = task<Test>("uiTest") {
events("passed", "skipped", "failed")
}
extensions.configure(KoverTaskExtension::class) {
// set to true to disable instrumentation of this task,
// Set to true to disable instrumentation of this task,
// Kover reports will not depend on the results of its execution
isDisabled.set(true)
}
Expand Down

0 comments on commit f211d2b

Please sign in to comment.