Skip to content

Commit 6e50559

Browse files
committed
pyproject: add PDM scripts for reporting code coverage.
1 parent 20e8bbd commit 6e50559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
6060

6161
document.cmd = "sphinx-build docs/ docs/_build/"
6262
document-live.cmd = "sphinx-autobuild docs/ docs/_build/ --watch amaranth"
63+
64+
coverage-text.cmd = "python -m coverage report"
65+
coverage-html.cmd = "python -m coverage html"

0 commit comments

Comments
 (0)