From fc44b24701e43b9388ef02d5166ed3b431019aa7 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 4 Oct 2024 18:07:09 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=A7=AA=20Omit=20third-party=20c?= =?UTF-8?q?overage=20@=20site-packages"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 039e6640381ddea52b2dbd2b17628e77a61bf579. --- .coveragerc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 44759e3c..1dc7a660 100644 --- a/.coveragerc +++ b/.coveragerc @@ -23,9 +23,6 @@ branch = true cover_pylib = false # https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts # 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/** parallel = true plugins = covdefaults