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