Skip to content

Commit 792c9eb

Browse files
authored
bring back cov-config
1 parent 6ed4572 commit 792c9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "not network" == *"$PATTERN"* ]]; then
1313
fi
1414

1515
if [[ "$COVERAGE" == "true" ]]; then
16-
COVERAGE="-s --cov=pandas --cov-report=xml --cov-append"
16+
COVERAGE="-s --cov=pandas --cov-report=xml --cov-append --cov-config=setup.cfg"
1717
else
1818
COVERAGE="" # We need to reset this for COVERAGE="false" case
1919
fi

0 commit comments

Comments
 (0)