Skip to content

Commit

Permalink
coverage not installed be default
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 26, 2024
1 parent 8118034 commit 7a25066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ twine = "*"
semver = "*"
pypiserver = {ref = "pipenv-313", git = "https://github.com/matteius/pypiserver.git"}
pytz = "*"
coverage = "*"

[packages]

Expand Down
5 changes: 3 additions & 2 deletions Pipfile.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 @@ -198,7 +198,7 @@ keep_full_version = true
max_supported_python = "3.13"

[tool.pytest.ini_options]
addopts = "-ra"
addopts = "-ra --no-cov"
plugins = "xdist"
testpaths = [ "tests" ]
# Add vendor and patched in addition to the default list of ignored dirs
Expand Down

0 comments on commit 7a25066

Please sign in to comment.