Skip to content

Commit 9da3ca2

Browse files
authored
enable branch coverage (#40142)
1 parent cbbaf20 commit 9da3ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ignore-words-list = ba,blocs,coo,hist,nd,ser
125125
ignore-regex = https://(\w+\.)+
126126

127127
[coverage:run]
128-
branch = False
128+
branch = True
129129
omit =
130130
*/tests/*
131131
pandas/_typing.py

0 commit comments

Comments
 (0)