ci: allowed tests job to fail

This commit is contained in:
ITQ
2025-12-16 13:27:59 +03:00
parent cc84787fc3
commit 7eb44e9bde
+1
View File
@@ -237,6 +237,7 @@ go-test:
- |
echo "Total coverage: $TOTAL"
echo "$TOTAL" | awk -v threshold=30 '{ if ($1+0 < threshold) { print "Coverage below threshold: " $1 "%"; exit 1 } }'
allow_failure: true
artifacts:
paths:
- coverage.out