Skip to content

Commit

Permalink
do not run cov per default with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Dec 4, 2023
1 parent e0b7a85 commit e70ef7c
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 @@ -67,7 +67,7 @@ write_to_template = '__version__ = "{version}"'
where = ["."]

[tool.pytest.ini_options]
addopts = "--tb=short --color=yes -rsw --cov=weldx --cov-report=term-missing:skip-covered --doctest-modules"
addopts = "--tb=short --color=yes -rsw --doctest-modules"
testpaths = "weldx_widgets/tests"
norecursedirs = [
".ipynb_checkpoints",
Expand Down

0 comments on commit e70ef7c

Please sign in to comment.