Skip to content

Commit

Permalink
Consider relative files
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 26, 2024
1 parent 57f5064 commit 69b04ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,14 @@ omit = [
"*/pep610/_types.py",
]
parallel = true
relative_files = true

[tool.coverage.paths]
pep610 = ["src/pep610", "*/pep610/src/pep610"]
tests = ["tests", "*/pep610/tests"]

[tool.coverage.report]
exclude_lines = [
exclude_also = [
"no cov",
"if __name__ == .__main__.:",
"if t.TYPE_CHECKING:",
Expand Down

0 comments on commit 69b04ee

Please # to comment.