Skip to content

Commit 7689c93

Browse files
committed
Removed clutter
1 parent b8b0c5b commit 7689c93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generate-jacoco-report.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Define paths
44
PROJECT_ROOT="${PROJECT_ROOT:-$(pwd)}"
55
JACOCO_VERSION="0.8.14"
6-
MAVEN_REPO="$HOME/.m2/repository"
76
JACOCO_DIR="$HOME/jacoco-$JACOCO_VERSION"
87
JACOCO_CLI_JAR="$JACOCO_DIR/lib/jacococli.jar"
98
MERGED_EXEC="$PROJECT_ROOT/target/coverage-reports/merged.exec"
@@ -13,8 +12,6 @@ REPORT_DIR="$PROJECT_ROOT/target/coverage-reports/site"
1312
mkdir -p "$REPORT_DIR"
1413

1514
# Debug: Print paths
16-
echo "DEBUG: MAVEN_REPO: $MAVEN_REPO"
17-
echo "DEBUG: JACOCO_DIR: $JACOCO_DIR"
1815
echo "DEBUG: JACOCO_CLI_JAR: $JACOCO_CLI_JAR"
1916
echo "DEBUG: Checking if $JACOCO_CLI_JAR exists..."
2017

0 commit comments

Comments
 (0)