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.
The new DSL will allow to write chains like
kover.reports.total { ... }
instead ofkover { 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