From c102a134a82a17918eebb14768008ef171b4cabd Mon Sep 17 00:00:00 2001
From: mattip <matti.picus@gmail.com>
Date: Sat, 4 Nov 2023 22:48:59 +0200
Subject: [PATCH] add comment to pytest-html workflow about coverage

---
 .github/workflows/pytest-html.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/pytest-html.yml b/.github/workflows/pytest-html.yml
index a5d6db6..caaa7ec 100644
--- a/.github/workflows/pytest-html.yml
+++ b/.github/workflows/pytest-html.yml
@@ -1,5 +1,9 @@
 name: pytest-html
 
+# This was added to record timing from the pytest-json-report extension, in an
+# attempt to figure out why coverage is so slow on PyPy
+# See https://github.com/pytest-dev/pytest-html/pull/518
+
 on:
   workflow_dispatch:
   pull_request: