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 355508e commit b8e8df3Copy full SHA for b8e8df3
.circleci/config.yml
@@ -305,7 +305,6 @@ jobs:
305
- run:
306
name: Generate Javadoc
307
command: |
308
- exit 1 # checkin send error to slack
309
echo "📝 Generating Javadoc documentation..."
310
./gradlew javadoc --no-scan || {
311
echo "❌ Javadoc generation failed"
@@ -338,6 +337,7 @@ jobs:
338
337
339
name: Verify coverage thresholds
340
+ exit 1 # checkin send error to slack
341
echo "🎯 Verifying coverage thresholds..."
342
# Skip report generation since it was already done in test job
343
./gradlew testCodeCoverageVerification --no-scan --no-configuration-cache -x testCodeCoverageReport || {
0 commit comments