From 1b1975a93bc805eb63005d4d4d3501715c1c00c9 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: Fri, 13 Sep 2024 22:13:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=F0=9F=92=84=20Order=20settings=20i?= =?UTF-8?q?n=20`coveragerc`=20(#15515)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .coveragerc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.coveragerc b/.coveragerc index d06848ae15..28183950fd 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,10 +1,3 @@ -[run] -source = awx -branch = True -omit = - awx/main/migrations/* - awx/lib/site-packages/* - [report] # Regexes for lines to exclude from consideration exclude_lines = @@ -27,5 +20,12 @@ exclude_lines = ignore_errors = True +[run] +branch = True +omit = + awx/main/migrations/* + awx/lib/site-packages/* +source = awx + [xml] output = ./reports/coverage.xml