Skip to content

Commit 5400d21

Browse files
committed
ci: add debug logging for coveralls integration
Log coveralls requests and errors to diagnose why coverage is not being sent. Assisted-By: Claude Code
1 parent b157aa6 commit 5400d21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/java-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,5 @@ jobs:
472472
echo "ERROR: COVERALLS_REPO_TOKEN is not set"
473473
exit 1
474474
fi
475-
./gradlew coverallsJacoco --info
475+
echo "Token is set: $(echo $COVERALLS_REPO_TOKEN | head -c 20)..."
476+
./gradlew coverallsJacoco --debug 2>&1 | grep -i "coveralls\|token\|error\|http" | tail -50

0 commit comments

Comments
 (0)