We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b157aa6 commit 5400d21Copy full SHA for 5400d21
1 file changed
.github/workflows/java-ci.yaml
@@ -472,4 +472,5 @@ jobs:
472
echo "ERROR: COVERALLS_REPO_TOKEN is not set"
473
exit 1
474
fi
475
- ./gradlew coverallsJacoco --info
+ 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