diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7af18e49..bb5c1762 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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..."