Skip to content

Commit

Permalink
Switch to using pytest-cov for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 7, 2020
1 parent 81addd3 commit 78e6fe8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zeroconf = ">=0.24.5,<0.26.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = {version = "^19.10b0",allow-prereleases = true}
coverage = "^5.0.4"
pytest-cov = "^2.8.1"
numpy = "^1.18.2"

[build-system]
Expand Down

0 comments on commit 78e6fe8

Please sign in to comment.