Kotlin / kotlinx-kover

Apache License 2.0
1.37k stars 53 forks source link

Partially apply recommendations for improving DSL #625

Closed shanshin closed 5 months ago

shanshin commented 5 months ago

The new DSL will allow to write chains like kover.reports.total { ... } instead of kover { reports { total { ... } } }.

However, the DomainObjectContainer for variants has not been implemented, because it will be necessary to rework the workflow with different types of variants, which is part of a larger reworking of the DSL.

Resolves #600