Skip to content

Commit

Permalink
Fix issue with PyCharm debugging when pytest --cov is enabled (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Boucinha <[email protected]>
  • Loading branch information
lboucin and Lucas Boucinha authored Feb 1, 2023
1 parent 9e8bb6b commit d6ef7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ show_missing = true

[tool.pytest.ini_options]
minversion = "7.1"
addopts = "-ra --cov=ansys.pytwin --cov-report html:.cov/html"
addopts = "-ra"
testpaths = [
"tests",
]

0 comments on commit d6ef7c0

Please sign in to comment.