Skip to content

Commit

Permalink
c/p source paths to coverage.paths section (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed May 13, 2024
1 parent 0a76dbd commit 88d7aa0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ filterwarnings = [
'ignore::DeprecationWarning:xdist',
]

[tool.coverage.paths]
source = [
"docs_src",
"tests",
"typer"
]

[tool.coverage.run]
parallel = true
data_file = "coverage/.coverage"
Expand Down

0 comments on commit 88d7aa0

Please sign in to comment.