Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 40s

This commit is contained in:
2025-07-16 16:33:39 +02:00
parent 71e49d70b8
commit ddf5366d9f
+2 -2
View File
@@ -204,8 +204,8 @@ jobs:
echo "# Test Reports History"
echo ""
echo "## Latest Run"
echo "- [TEST_MD_FILE]"
echo "- [COVERAGE_MD_FILE]"
echo "- [Test Report](${TEST_MD_FILE})"
echo "- [Coverage Report](${COVERAGE_MD_FILE})"
echo ""
echo "## Previous Runs"
[ -f "$HOME_FILE" ] && grep -A100 "## Previous Runs" "$HOME_FILE" || echo "No previous runs"