Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Has been cancelled

This commit is contained in:
2025-07-15 14:28:47 +02:00
parent 24c321b3ed
commit 0eca41bea9
+8
View File
@@ -89,6 +89,14 @@ jobs:
#cat ci-reports/markdown/raw-test-output.log
}
echo ""
echo "📈 Generating coverage summary..."
coverage report --format=markdown > ci-reports/markdown/coverage-summary.md && {
echo "✅ Coverage summary generated"
} || {
echo "⚠️ Coverage generation failed"
}
echo ""
echo "📊 Generating tests markdown summary..."
python json_to_md.py \