diff --git a/run.py b/run.py index d024929..e3f1e33 100644 --- a/run.py +++ b/run.py @@ -1169,6 +1169,7 @@ async def github(request): job_url = app.config.BASE_URL + app.url_for("html_job", job_id=job.id) badge_url = app.config.BASE_URL + app.url_for("api_badge_job", job_id=job.id) shield_badge_url = f"https://img.shields.io/endpoint?url={badge_url}" + summary_url = app.config.BASE_URL + f"/summary/{job.id}.png" body = f"{catchphrase}\n[![Test Badge]({shield_badge_url})]({job_url})\n[![]({summary_url})]({job_url})" api_logger.info(body)