From 8d58f5f444ed38e8b32efc79a2b0304be4eeb679 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 14 Jul 2025 13:22:58 +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 13fcdf78..fb72509d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -147,7 +147,7 @@ jobs: echo "📤 Committing test & coverage reports to slic.git..." git config user.name "ci-bot" git config user.email "ci-bot@example.com" - git add ci-reports/markdown/TEST-REPORT.md + git add ci-reports/markdown/TEST-REPORT.md ci-reports/markdown/pytest-report.json git commit -m "CI: update test and coverage reports" || echo "⚠️ Nothing to commit" echo "🚀 Pushing to branch 'testing_json' on slic.git..."