Sergey Shanshin

Results 122 comments of Sergey Shanshin

@digitalheir, I think it's worth considering this possibility. However, the rules from okhttp are significantly different, they mostly contain `dontwarn`. The rules from the library are stricter, they control the...

Closed as a buplicate of https://github.com/Kotlin/kotlinx.serialization/issues/1169

Does not reproduce on the latest versions

This set of tests involves testing only the modification of user classes declared in the source code of the application. So the modified code should be compiled, instances of objects...

> IIRC sealed interface requires @Serializable on it to work as sealed (auto-registering children). Otherwise, it works as a regular interface (requires modules). Both of these cases likely should be...

> this + migrate on a new Kover version https://github.com/Kotlin/kotlinx.serialization/pull/2624 :)

@sbmf21, at the moment, work on this feature is not underway.

By the way, the `IntelliJ` agent generates XML with the same format as `JaCoCo` (with some differences that will be removed in future releases). You can try to use a...

Hi, could you clarify the coverage of which functions you would like to measure? Are these custom functions marked as `InlineOnly`?