Skip to content

Commit

Permalink
Adds pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Nov 6, 2024
1 parent a9838fd commit 7f2437f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
20 changes: 19 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tox = "^4.23.2"
pytest = "^8.3.3"
pytest-xdist = {version = "^3.6.1", extras=["psutil"]}
coveralls = "^4.0.1"
pytest-cov = "^6.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ passenv =
commands_pre =
poetry install --with dev
commands =
poetry run pytest -n auto {posargs}
poetry run pytest -n auto --cov vintasend {posargs}

0 comments on commit 7f2437f

Please sign in to comment.