Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Has been cancelled

This commit is contained in:
2025-07-11 16:50:15 +02:00
parent d362a9e9a0
commit 6fc6f18f37
-22
View File
@@ -139,28 +139,6 @@ jobs:
echo "⚠️ Tests markdown generation failed"
}
echo ""
echo "==============================="
echo "🧪 DETAILED TEST SUMMARY"
echo "==============================="
# Affiche résumé pytest depuis raw log
grep -E "collected|failed|passed|skipped|error" ci-reports/markdown/raw-test-output.log | head -n 30 || echo "No detailed test info found"
echo ""
echo "Detailed test report (first 50 lines):"
head -n 50 ci-reports/markdown/test-report.md || echo "No markdown test report"
echo ""
echo "==============================="
echo "📈 FULL COVERAGE REPORT"
echo "==============================="
# Affiche tout le rapport markdown coverage proprement
cat ci-reports/markdown/coverage-summary.md || echo "No coverage report found"
echo "==============================="
- name: Commit and push reports
run: |
echo "📤 Committing test & coverage reports to slic.git..."