From 0e58a85350016831768403ff2640b43936857544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zer=20from=20Jenkins?= Date: Sat, 4 Oct 2025 17:15:47 +0300 Subject: [PATCH] docs: update README.md with new badges during pipeline execution --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3b130c5..7136601 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -155,6 +155,7 @@ pipeline { echo "$BADGES" # Update README + echo "📝 Updating README.md with new badges..." grep -q "^!\\[Coverage\\]" README.md || die "Coverage badge not found in README.md" cp README.md README.md.bak