From 4966e448d0cb276e41fc1d638381c55eb655c9ae Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Fri, 19 Jun 2020 22:45:49 +0200 Subject: [PATCH] Include coverage statistics for the main module too (#2761) * Include coverage statistics for the main module too * Fix execution data path for main module --- README.md | 2 +- pom.xml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 76f53621a..8fcf5a73d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenRefine -[![Join the chat at https://gitter.im/OpenRefine/OpenRefine](https://badges.gitter.im/OpenRefine/OpenRefine.svg)](https://gitter.im/OpenRefine/OpenRefine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/OpenRefine/OpenRefine.svg?branch=master)](https://travis-ci.org/OpenRefine/OpenRefine) [![Coverage Status](https://coveralls.io/repos/github/OpenRefine/OpenRefine/badge.svg?branch=coveralls)](https://coveralls.io/github/OpenRefine/OpenRefine?branch=coveralls) [![Translation progress](https://hosted.weblate.org/widgets/openrefine/-/svg-badge.svg)](https://hosted.weblate.org/engage/openrefine/?utm_source=widget) [![Total alerts](https://img.shields.io/lgtm/alerts/g/OpenRefine/OpenRefine.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/OpenRefine/OpenRefine/alerts/) +[![Join the chat at https://gitter.im/OpenRefine/OpenRefine](https://badges.gitter.im/OpenRefine/OpenRefine.svg)](https://gitter.im/OpenRefine/OpenRefine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/OpenRefine/OpenRefine.svg?branch=master)](https://travis-ci.org/OpenRefine/OpenRefine) [![Coverage Status](https://coveralls.io/repos/github/OpenRefine/OpenRefine/badge.svg)](https://coveralls.io/github/OpenRefine/OpenRefine) [![Translation progress](https://hosted.weblate.org/widgets/openrefine/-/svg-badge.svg)](https://hosted.weblate.org/engage/openrefine/?utm_source=widget) [![Total alerts](https://img.shields.io/lgtm/alerts/g/OpenRefine/OpenRefine.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/OpenRefine/OpenRefine/alerts/) OpenRefine is a Java-based power tool that allows you to load data, understand it, clean it up, reconcile it, and augment it with data coming from diff --git a/pom.xml b/pom.xml index c75d53293..3fa63b9cd 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ process-test-resources - ${project.build.directory}/report/jacoco.exec + ${project.build.directory}/report/${project.name}.exec surefireArgs @@ -154,7 +154,7 @@ report - ${project.build.directory}/jacoco.exec + ${project.build.directory}/report/${project.name}.exec ${project.reporting.outputDirectory}/jacoco @@ -168,10 +168,9 @@ ${project.build.directory}/report/jacoco-merged.exec - ${project.build.directory}/report + main/target/report - jacoco.exec - jacoco-merged.exec + *.exec