From ea7ca3d32d9f2c2c7861a107928fb178f10d811c 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:26:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=F0=9F=92=85=20Categorize=20the=20C?= =?UTF-8?q?odecov=20status=20checks=20(#15516)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make codecov identify metrics for tests and awx modules separately. --- .codecov.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index cf03f5b8fb..f7a04bd8a0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -33,13 +33,21 @@ coverage: flags: - pytest paths: - - src/ + - awx/ target: 100% tests: flags: - pytest paths: - tests/ + - >- + **/test/ + - >- + **/tests/ + - >- + **/test/** + - >- + **/tests/** target: 100% typing: flags: