Skip to content

Commit

Permalink
add more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 29, 2023
1 parent 8620f71 commit 29d23e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,12 @@ omit = [
]

[tool.coverage.paths]
source = ["src"]
source = [
"src",
"/Users/runner/work/npe2/npe2/src",
"/home/runner/work/npe2/npe2/src",
"D:\a\npe2\npe2\src",
]

# https://coverage.readthedocs.io/en/6.4/config.html
[tool.coverage.report]
Expand Down

0 comments on commit 29d23e2

Please sign in to comment.