We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed4572 commit 792c9ebCopy full SHA for 792c9eb
ci/run_tests.sh
@@ -13,7 +13,7 @@ if [[ "not network" == *"$PATTERN"* ]]; then
13
fi
14
15
if [[ "$COVERAGE" == "true" ]]; then
16
- COVERAGE="-s --cov=pandas --cov-report=xml --cov-append"
+ COVERAGE="-s --cov=pandas --cov-report=xml --cov-append --cov-config=setup.cfg"
17
else
18
COVERAGE="" # We need to reset this for COVERAGE="false" case
19
0 commit comments