Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Has been cancelled
Run Pytest with Allure and Coverage Reports / tests (push) Has been cancelled
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user