Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 43s

This commit is contained in:
2025-07-14 13:22:58 +02:00
parent bce2d34fc5
commit 8d58f5f444
+1 -1
View File
@@ -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..."