From fa16574698637c9f6bc3b96d5611bdacf6e56421 Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <andreas.k.svendsrud@ntnu.no> Date: Fri, 3 May 2024 23:30:57 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 189d1d0..cf002f4 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,7 @@ docker run -d --name your-container-name -p 8080:8080 your-image-name mvn clean test ``` -### 2. Site Reports -Reports giving general information about the application -```bash -mvn site -``` - -### 3. Jacoco Coverage Report +### 2. Jacoco Coverage Report Gets generated when running mvn clean test and are located in: ```bash /target/site/jacoco/index.html -- GitLab