We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e8bbd commit 6e50559Copy full SHA for 6e50559
pyproject.toml
@@ -60,3 +60,6 @@ test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
60
61
document.cmd = "sphinx-build docs/ docs/_build/"
62
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