From ccdae96b903dc1ae5426033372cca6b7610eedcf Mon Sep 17 00:00:00 2001 From: MarcoGorelli <> Date: Thu, 22 Sep 2022 21:39:57 +0100 Subject: [PATCH] cover tests --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 53dfa2623c972..4c5815cc0e02d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -184,7 +184,6 @@ ignore-regex = https://([\w/\.])+ [coverage:run] branch = True omit = - */tests/* pandas/_typing.py pandas/_version.py plugins = Cython.Coverage