Skip to content

Commit da3ee72

Browse files
committed
chore: improve sqlmodel maintenance path
1 parent c6f9df9 commit da3ee72

2 files changed

Lines changed: 228 additions & 219 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def cov_tmp_path(tmp_path: Path) -> Generator[Path, None, None]:
3434
shutil.copy(coverage_path, coverage_destiny_path)
3535

3636

37-
def coverage_run(*, module: str, cwd: str | Path) -> subprocess.CompletedProcess:
37+
def coverage_run(*, module: str, cwd: str | Path) -> subprocess.CompletedProcess[str]:
3838
result = subprocess.run(
3939
[
4040
"coverage",

0 commit comments

Comments
 (0)