From d0054022056910c0f9e1d52a2d2db3075a5cf6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Thu, 12 Jun 2025 05:11:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Recover=20full-source=20coverage?= =?UTF-8?q?=20in=20`pytest-cov`=20(#16020)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 596df5464b..45f7fe2456 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ COLLECTION_SANITY_ARGS ?= --docker # collection unit testing directories COLLECTION_TEST_DIRS ?= awx_collection/test/awx # pytest added args to collect coverage -COVERAGE_ARGS ?= --cov=awx --cov-report=xml --junitxml=reports/junit.xml +COVERAGE_ARGS ?= --cov --cov-report=xml --junitxml=reports/junit.xml # pytest test directories TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests # pytest args to run tests in parallel