Skip to content

Commit

Permalink
Update README.md to update intelliJEngineVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
shoheikawano committed Dec 21, 2021
1 parent 1475b5d commit 9d00eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ In the module in which the plugin is applied, you need to add code:
kover {
isEnabled = true // false to disable instrumentation of all test tasks in all modules
coverageEngine.set(kotlinx.kover.api.CoverageEngine.INTELLIJ) // change instrumentation agent and reporter
intellijEngineVersion.set("1.0.637") // change version of IntelliJ agent and reporter
intellijEngineVersion.set("1.0.639") // change version of IntelliJ agent and reporter
jacocoEngineVersion.set("0.8.7") // change version of JaCoCo agent and reporter
generateReportOnCheck.set(true) // false to do not execute `koverReport` task before `check` task
}
Expand All @@ -276,7 +276,7 @@ kover {
kover {
enabled = true // false to disable instrumentation of all test tasks in all modules
coverageEngine.set(kotlinx.kover.api.CoverageEngine.INTELLIJ) // change instrumentation agent and reporter
intellijEngineVersion.set('1.0.637') // change version of IntelliJ agent and reporter
intellijEngineVersion.set('1.0.639') // change version of IntelliJ agent and reporter
jacocoEngineVersion.set('0.8.7') // change version of JaCoCo agent and reporter
generateReportOnCheck.set(true) // false to do not execute `koverReport` task before `check` task
}
Expand Down

0 comments on commit 9d00eeb

Please sign in to comment.