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 "- [run ${GITHUB_RUN_NUMBER} TEST REPORT commit ${SHORT_SHA}.md](${TEST_MD_FILE})"
|
||||
echo "- [run ${GITHUB_RUN_NUMBER} COVERAGE commit ${SHORT_SHA}.md](${COVERAGE_MD_FILE})"
|
||||
echo "- [run ${GITHUB_RUN_NUMBER} TEST REPORT commit ${SHORT_SHA}](${TEST_MD_FILE})"
|
||||
echo "- [run ${GITHUB_RUN_NUMBER} COVERAGE commit ${SHORT_SHA}](${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