From 8e5639040a9adf8442da2978a8c49a0e6bd98c4c Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Fri, 12 Mar 2021 10:43:46 +0100 Subject: [PATCH] Document manual test coverage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af2d42e..a9c1d8f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Finally, a code coverage report can be generated: mvn antrun:run@generate-report -Dskip.int.tests.report=false ``` +JaCoCo execution data of manual tests should be exported to `target/jacoco-manual.exec`. + ## Deploying using Docker To build the Dockerized version of the project, run: