Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwaroquiers authored Nov 16, 2023
1 parent a9fba7a commit 10b8838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,13 @@ filterwarnings = [
"ignore:.*input structure.*:UserWarning",
"ignore::DeprecationWarning",
]
addopts = "--cov=src/qtoolkit"

[tool.coverage.run]
parallel = true
branch = true

[tool.coverage.paths]
source = ["src/qtoolkit"]
source = ["src/"]

[tool.coverage.report]
skip_covered = true
Expand Down

0 comments on commit 10b8838

Please sign in to comment.