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

Add "includes" and "excludes Ant patterns in CloverInstr task #241

Open marek-parfianowicz opened 4 months ago

marek-parfianowicz commented 4 months ago

It is possible to specify Ant patterns for files to be included or excluded via Ant, Maven or Gradle. However it's not possible in the CloverInstr task. Add two new command-line options to handle this.

https://github.com/openclover/clover/blob/f21d44fd6c04d75d8b1ea5cde5c9583f39f43584/clover-core/src/main/java/com/atlassian/clover/CloverInstr.java#L33