Skip to content

Commit

Permalink
Update coverage paths to remove site-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Altay Sansal authored and tasansal committed Dec 19, 2024
1 parent 2afb44d commit d0a6340
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ check-yield-types = false
exclude = 'src/segy/ibm.py'

[tool.coverage.paths]
source = ["src", "*/site-packages"]
source = ["src"]
tests = ["tests", "*/tests"]

[tool.coverage.run]
Expand Down

0 comments on commit d0a6340

Please sign in to comment.