Skip to content

Commit b13f6fc

Browse files
jorisvandenbosschevladu
authored andcommitted
CI: increase codecov target - append ArrayManager tests coverage (pandas-dev#40711)
1 parent f5f3134 commit b13f6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ "not network" == *"$PATTERN"* ]]; then
1010
fi
1111

1212
if [ "$COVERAGE" ]; then
13-
COVERAGE="-s --cov=pandas --cov-report=xml"
13+
COVERAGE="-s --cov=pandas --cov-report=xml --cov-append"
1414
fi
1515

1616
# If no X server is found, we use xvfb to emulate it

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage:
88
status:
99
project:
1010
default:
11-
target: '72'
11+
target: '82'
1212
patch:
1313
default:
1414
target: '50'

0 commit comments

Comments
 (0)