Skip to content

Commit b8e8df3

Browse files
Update config.yml
1 parent 355508e commit b8e8df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ jobs:
305305
- run:
306306
name: Generate Javadoc
307307
command: |
308-
exit 1 # checkin send error to slack
309308
echo "📝 Generating Javadoc documentation..."
310309
./gradlew javadoc --no-scan || {
311310
echo "❌ Javadoc generation failed"
@@ -338,6 +337,7 @@ jobs:
338337
- run:
339338
name: Verify coverage thresholds
340339
command: |
340+
exit 1 # checkin send error to slack
341341
echo "🎯 Verifying coverage thresholds..."
342342
# Skip report generation since it was already done in test job
343343
./gradlew testCodeCoverageVerification --no-scan --no-configuration-cache -x testCodeCoverageReport || {

0 commit comments

Comments
 (0)