Skip to content

Commit e70ef7c

Browse files
committed
do not run cov per default with pytest
1 parent e0b7a85 commit e70ef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ write_to_template = '__version__ = "{version}"'
6767
where = ["."]
6868

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

0 commit comments

Comments
 (0)