Kotlin / kotlinx-kover

Apache License 2.0
1.28k stars 48 forks source link

Warn on failed verification #339

Closed mgroth0 closed 2 months ago

mgroth0 commented 1 year ago

Sometimes I may want the vertification task to simply produce a warning rather than a failure.

I suggest adding a configuration property to the buildscript dsl to allow users to control whether a failed verification produces a warning or an exception.

shanshin commented 2 months ago

Implemented in 0.8.0-Beta2