Sergey Shanshin

Results 122 comments of Sergey Shanshin

Closed in favor of https://github.com/Kotlin/kotlinx-kover/issues/605

Hi, could you please provide a small reproducer project?

Hi! According to [Encoding guide](https://developers.google.com/protocol-buffers/docs/encoding#structure) `bytes` encoded as Length-delimited - byte array with its length at the beginning. Since protobuf does not support the special value `null`, you can use...

Error reproduced when inline function, with a call to other inline functions inside, is used directly in the test

Depends on https://youtrack.jetbrains.com/issue/KT-68006/Full-debug-information-for-call-of-InlineOnly

> TL;DR: How to introduce custom variants to a total report? Sorry, I don't quite understand the question. For each variant, its own reports are created, which you should to...

> In my example, when configuring a variant "main" for every subproject and then executing koverHtmlReportMain, no total report is being generated at root's build folder. Reports at every subprojects...

@Faltenreich, using `disabledForTestTasks.add("testReleaseUnitTest")` is an inappropriate use, because in this case, classes from the source set for the `release` variant still get into the report

@gmazzo, I'll close this issue for Kover (project) Gradle Plugin. We will try to take these wishes into account when designing #608.