Skip to content

Commit

Permalink
Merge pull request #47 from mattip/pytest-html-timing
Browse files Browse the repository at this point in the history
add comment to pytest-html workflow about coverage
  • Loading branch information
mattip authored Nov 5, 2023
2 parents 62beb23 + c102a13 commit 420cc7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest-html.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 420cc7d

Please sign in to comment.