Skip to content

Commit

Permalink
try coverage run with relative files (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed May 13, 2024
1 parent 88d7aa0 commit 5dec753
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ filterwarnings = [
'ignore::DeprecationWarning:xdist',
]

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

[tool.coverage.run]
parallel = true
data_file = "coverage/.coverage"
Expand All @@ -136,6 +129,7 @@ omit = [
"typer/_typing.py"
]
context = '${CONTEXT}'
relative_files = true

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit 5dec753

Please sign in to comment.