pyproject: add PDM scripts for reporting code coverage.
This commit is contained in:
parent
20e8bbdfbd
commit
6e50559dfa
|
@ -60,3 +60,6 @@ test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
|
||||||
|
|
||||||
document.cmd = "sphinx-build docs/ docs/_build/"
|
document.cmd = "sphinx-build docs/ docs/_build/"
|
||||||
document-live.cmd = "sphinx-autobuild docs/ docs/_build/ --watch amaranth"
|
document-live.cmd = "sphinx-autobuild docs/ docs/_build/ --watch amaranth"
|
||||||
|
|
||||||
|
coverage-text.cmd = "python -m coverage report"
|
||||||
|
coverage-html.cmd = "python -m coverage html"
|
||||||
|
|
Loading…
Reference in a new issue