Skip to content

Commit

Permalink
configure coverage with latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor Baart committed May 30, 2024
1 parent cc7c688 commit 6f6d4d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,16 @@ include = [

[tool.black]
line-length = 132


[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--cov --cov-report term-missing --cov-report html --verbose"

norecursedirs = [
"dist",
"build",
".tox",
".eggs"
]
testpaths = "tests"

0 comments on commit 6f6d4d9

Please sign in to comment.