From 27051928cc73b0ddff4cb7edfd4af260669ed77f Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 4 Oct 2024 18:05:20 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=A7=AA=20Only=20exclude=20`awx?= =?UTF-8?q?=5Fplugins.interfaces`=20cov"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 23880dacc3b3c9f643c8d3c051e7b08c4bc14a88. --- .coveragerc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 514f822b..44759e3c 100644 --- a/.coveragerc +++ b/.coveragerc @@ -25,9 +25,7 @@ cover_pylib = false # dynamic_context = test_function # conflicts with `pytest-cov` if set here # FIXME: drop `omit` post https://github.com/nedbat/coveragepy/issues/1869 fix omit = - .tox/*/lib/pypy*/site-packages/awx_plugins/interfaces/** - .tox/*/lib/python*/site-packages/awx_plugins/interfaces/** - .tox\*\Lib\site-packages\awx_plugins\interfaces\** + .tox/** parallel = true plugins = covdefaults