From 1a739afc4e13b5e28faeb052d93e5edc1dd109a9 Mon Sep 17 00:00:00 2001 From: Marco Gorelli Date: Mon, 1 Mar 2021 12:36:33 +0000 Subject: [PATCH] enable branch coverage --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce055f550a868..ca0673bd5fc34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -125,7 +125,7 @@ ignore-words-list = ba,blocs,coo,hist,nd,ser ignore-regex = https://(\w+\.)+ [coverage:run] -branch = False +branch = True omit = */tests/* pandas/_typing.py