We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5a65c commit 97013e0Copy full SHA for 97013e0
ci/run_tests.sh
@@ -10,7 +10,7 @@ if [[ "not network" == *"$PATTERN"* ]]; then
10
fi
11
12
if [ "$COVERAGE" ]; then
13
- COVERAGE="-s --cov=pandas --cov-report=xml"
+ COVERAGE="-s --cov=pandas --cov-report=xml --cov-append"
14
15
16
# If no X server is found, we use xvfb to emulate it
codecov.yml
@@ -8,7 +8,7 @@ coverage:
8
status:
9
project:
default:
- target: '72'
+ target: '82'
patch:
target: '50'
0 commit comments