openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
57 stars 14 forks source link

OC-10 Clover for Gradle: Handle Clover instrumentation errors nicely #10

Open marek-parfianowicz opened 4 years ago

marek-parfianowicz commented 4 years ago

Currently Clover for Gradle invokes: CloverInstr#main which writes everything to standard output. It's hard to be read for a end-user.

We should use Gradle logger + potentially fail a build if something was broken.

marek-parfianowicz commented 4 years ago

Original report: https://bitbucket.org/openclover/clover/issues/10