Skip to content

Commit 3d6c9d0

Browse files
committed
Remove cov from nobdd
1 parent 35170f3 commit 3d6c9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
setenv =
2020
AGENT_NO_ANALYTICS = 1
2121

22-
commands = pytest --cov={envsitepackagesdir}/pytest_reportportal --cov-report=xml tests/ -s -vv
22+
commands = pytest --cov={envsitepackagesdir}/pytest_reportportal tests/ -s -vv
2323

2424
[testenv:nobdd]
2525
deps =

0 commit comments

Comments
 (0)