From 404cc54bd4ea3a05e567f417b4226111acd0254a Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Mon, 18 Apr 2022 17:38:30 +0300 Subject: [PATCH] [K/N] Update on code coverage status. --- kotlin-native/CODE_COVERAGE.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/kotlin-native/CODE_COVERAGE.md b/kotlin-native/CODE_COVERAGE.md index b4bdde3458c..f64949ed7e6 100644 --- a/kotlin-native/CODE_COVERAGE.md +++ b/kotlin-native/CODE_COVERAGE.md @@ -3,12 +3,10 @@ Kotlin/Native has a code coverage support that is based on Clang's [Source-based Code Coverage](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html). ## **Please note**: -1. ⚠️ Coverage support is far from being ready for usage. Known issues are: - * Coverage information may be inaccurate. - * Line execution counts may be wrong. - * The thing might just not work. - -2. Most of described functionality will be incorporated into Gradle plugin. +1. Currently, support for code coverage in Kotlin/Native is broken and not working out of the box. +If you would like to fix it and need guidance, + please contact us on the [public Slack](https://slack.kotlinlang.org/) on `#kotlin-native` channel. +2. Most of the described functionality might be incorporated into Gradle plugin some day. ### Usage