Skip to content

Commit 794d6d7

Browse files
committed
Improve coverage
1 parent b33b197 commit 794d6d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/lib/util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ def get_version_module(cwd: str | os.PathLike, args: list[str] | None = None, **
322322
def get_version_script(cwd: str | os.PathLike, args: list[str] | None = None, **kwargs) -> str:
323323
return execute(
324324
cwd,
325+
"-m",
326+
"coverage",
327+
"run",
325328
"setuptools-git-versioning",
326329
*(args or []),
327330
"-vv",

0 commit comments

Comments
 (0)