Skip to content

Commit

Permalink
Update pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Oct 20, 2021
1 parent 8e084f4 commit b24b8f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
28 changes: 21 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python = "^3.7"

[tool.poetry.dev-dependencies]
pytest = "^6.1"
pytest-cov = "^2.10"
pytest-cov = "^3.0"
pytest-runner = "^5.1"
black = { version = "^20.8b1", python = "^3.7" }
mypy = "0.910"
Expand All @@ -57,7 +57,7 @@ python =
[testenv]
commands =
pytest --cov --cov-append --cov-report=term-missing {posargs}
pytest --cov=roles --cov-append --cov-report=term-missing {posargs}
deps =
pytest
pytest-cov
Expand Down

0 comments on commit b24b8f2

Please sign in to comment.