From 5315a2b194d7c94222de5fbec06508de81b6f2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sviatoslav=20Sydorenko=20=28=D0=A1=D0=B2=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1=D0=B8=D0=B4=D0=BE=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=29?= Date: Sat, 14 Sep 2024 03:11:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Use=20modern=20`source=5Fpkgs`?= =?UTF-8?q?=20@=20`coveragerc`=20(#15519)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This helps disambiguate main project code from the tests. --- .coveragerc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index f561042f39..397a8b84d4 100644 --- a/.coveragerc +++ b/.coveragerc @@ -22,7 +22,10 @@ branch = True omit = awx/main/migrations/* awx/lib/site-packages/* -source = awx +source = + . +source_pkgs = + awx [xml] output = ./reports/coverage.xml