Increase common coverage and coverage of individual modules
It is necessary to configure Kover in such a way that it is possible to verify the coverage of individual modules. The main problem is that many modules do not have tests and are being tested by other modules.
After configuring Kover, we need to consider the uncovered sections of the code and figure out how to significantly increase the percentage of coverage. If the coverage is greatly increased by writing small tests, then such tests must be written. Otherwise, we need to create a separate task for analyzing and increasing coverage
this + migrate on a new Kover version
this + migrate on a new Kover version
https://github.com/Kotlin/kotlinx.serialization/pull/2624 :)
By migrating I mean 'Make use of all new features, including merged reports'. But I suppose it is now a part of this ticket