Skip to content

Commit 78e6fe8

Browse files
author
Joel Collins
committed
Switch to using pytest-cov for coverage
1 parent 81addd3 commit 78e6fe8

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

poetry.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zeroconf = ">=0.24.5,<0.26.0"
1818
[tool.poetry.dev-dependencies]
1919
pytest = "^5.2"
2020
black = {version = "^19.10b0",allow-prereleases = true}
21-
coverage = "^5.0.4"
21+
pytest-cov = "^2.8.1"
2222
numpy = "^1.18.2"
2323

2424
[build-system]

0 commit comments

Comments
 (0)