From fa7fb3a84cbdaf4b90c492b2e03479621187ea5c Mon Sep 17 00:00:00 2001 From: lguohan Date: Sun, 9 Aug 2020 16:49:31 -0700 Subject: [PATCH] [pytest/coverage]: add coverage for all scripts (#1041) Signed-off-by: Guohan Lu --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 81221a9147..d1975890b9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] filterwarnings = ignore::DeprecationWarning -addopts = --cov=config --cov=show --cov=utilities_common --cov-report html --cov-report term --cov-report xml +addopts = --cov=acl_loader --cov=clear --cov=config --cov=connect --cov=consutil --cov=counterpoll --cov=crm --cov=debug --cov=fwutil --cov=pcieutil --cov=pfcwd --cov=psuutil --cov=pddf_fanutil --cov=pddf_ledutil --cov=pddf_psuutil --cov=pddf_thermalutil --cov=scripts --cov=sfputil --cov=show --cov=sonic_installer --cov=ssdutil --cov=utilities_common --cov=watchdogutil --cov-report html --cov-report term --cov-report xml