Skip to content

Commit 8a5b6c9

Browse files
chore: 添加pytest-cov到dev依赖,解决测试覆盖率命令错误
1 parent 0dfca72 commit 8a5b6c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ dev = [
4242
"isort",
4343
"mypy",
4444
"bandit",
45-
"pre-commit"
45+
"pre-commit",
46+
"pytest-cov"
4647
]
4748

4849
[project.entry-points.pytest11]

0 commit comments

Comments
 (0)