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 583079d
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 67 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 = "==7.6.1"

[packages]

Expand Down
143 changes: 77 additions & 66 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 583079d

Please sign in to comment.