Superfluous arg removed

The --branches arg of the initial coverage binary call
was unnecessary, due to presence of the relevant setting in
the .coveragerc settings file.

Therefore it was removed.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I59600d3b68febc1de195640aacfe2bcf50012069
This commit is contained in:
Jiri Podivin 2021-04-08 12:14:14 +02:00
parent 36b5c707e6
commit 6a5f76bf09
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ commands =
[testenv:cover]
setenv =
PYTHON=coverage run --parallel-mode --branch
PYTHON=coverage run --parallel-mode
HOME={envdir}
commands =
coverage erase