Skip to content

Commit

Permalink
updated pytest coverage to report in terminal too
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 15, 2024
1 parent 96035e5 commit d2e0e34
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
82 changes: 41 additions & 41 deletions 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 @@ -35,7 +35,7 @@ types-passlib = "^1.7.7.20240327"

[tool.pytest.ini_options]
asyncio_mode = "auto"
addopts = ["--cov=smolvault", "--cov-report=html"]
addopts = ["--cov=smolvault", "--cov-report=html", "--cov-report=term"]

[tool.coverage.report]
ignore_errors = true
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,9 @@ typer==0.12.3 ; python_version >= "3.11" and python_version < "4.0" \
typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
uvicorn[standard]==0.30.5 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee \
--hash=sha256:b2d86de274726e9878188fa07576c9ceeff90a839e2b6e25c917fe05f5a6c835
uvicorn[standard]==0.30.6 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 \
--hash=sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd \
--hash=sha256:02506dc23a5d90e04d4f65c7791e65cf44bd91b37f24cfc3ef6cf2aff05dc7ec \
Expand Down

0 comments on commit d2e0e34

Please sign in to comment.