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 49a7950 commit 01a9d81Copy full SHA for 01a9d81
.pytest.toml
@@ -12,6 +12,7 @@ addopts = [
12
# https://pytest-cov.readthedocs.io/en/latest/config.html#reference
13
"--cov=check_peps",
14
"--cov=pep_sphinx_extensions",
15
+ "--cov=release_management",
16
"--cov-report=html",
17
"--cov-report=xml",
18
]
@@ -23,6 +24,7 @@ filterwarnings = ["error"]
23
24
25
testpaths = [
26
"pep_sphinx_extensions",
27
+ "release_management",
28
29
30
# https://docs.pytest.org/en/stable/reference/reference.html#confval-strict
0 commit comments