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: