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