Fix coverage job from running with tox4

The tox target needs the coverage script to be
allowed as an external script.

Change-Id: Ifbb780326aac6db7a0b80812caec970164460355
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2023-02-16 11:01:36 -08:00
parent 678b9ad8f9
commit 5f3ed9ff2f

View File

@ -48,6 +48,7 @@ commands = flake8
commands = {posargs}
[testenv:cover]
allowlist_externals = {toxinidir}/tools/cover.sh
commands = {toxinidir}/tools/cover.sh {posargs}
[testenv:docs]