From 95e94ab9d961ad5a490dd13e8e7ea834119dcf7f Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 11 Feb 2018 19:24:22 +0100 Subject: [PATCH] LUCENE-8170: Improve OpenClover reports (separate test from production code); enable coverage reports inside test-frameworks --- build.xml | 7 +++++++ lucene/CHANGES.txt | 3 +++ lucene/tools/build.xml | 3 +++ solr/test-framework/build.xml | 5 +---- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 00360527f26..a5f09e48711 100755 --- a/build.xml +++ b/build.xml @@ -524,14 +524,21 @@ File | Project Structure | Platform Settings | SDKs): + + + + + + + You can find the merged Lucene/Solr Clover report in '${clover.report.dir}'. diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 2ae89e56499..a17f1ac3deb 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -192,6 +192,9 @@ Other * LUCENE-8169: Migrated build to use OpenClover 4.2.1 for checking code coverage. (Uwe Schindler) +* LUCENE-8170: Improve OpenClover reports (separate test from production code); + enable coverage reports inside test-frameworks. (Uwe Schindler) + Build * LUCENE-8168: Moved Groovy scripts in build files to separate files. diff --git a/lucene/tools/build.xml b/lucene/tools/build.xml index 4f4ed51b247..4736ea59cb2 100644 --- a/lucene/tools/build.xml +++ b/lucene/tools/build.xml @@ -40,6 +40,9 @@ + + + @@ -49,9 +49,6 @@ - - -