Skip to content

Commit

Permalink
update coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Mar 2, 2024
1 parent 46ce257 commit c13aaf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,14 @@ source = ["elisa"]
omit = [
"docs/*",
"tests/*",
"*__init__*",
"src/elisa/infer/nested_sampling.py",
"*__init__*"
]

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

[tool.coverage.report]
omit = [
"src/elisa/infer/nested_sampling.py",
]
show_missing = true

0 comments on commit c13aaf5

Please sign in to comment.