From f1753e269720876a56f7d9aaa93eef7f61fed4a2 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 15 Jul 2025 14:49:13 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7e062557..8f802620 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -115,7 +115,7 @@ jobs: git config user.name "ci-bot" git config user.email "ci-bot@example.com" git add ci-reports/ - git commit -m "CI: update all test reports (HTML, XML, JSON, MD)" || echo "⚠️ Nothing to commit" + git commit -m "CI: update test report and coverage files" || echo "⚠️ Nothing to commit" echo "🚀 Pushing to branch 'testing_json' on slic.git..." git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.git HEAD:testing_json > push_main.log 2>&1 || {