Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ "not network" == *"$PATTERN"* ]]; then
fi

if [ "$COVERAGE" ]; then
COVERAGE="-s --cov=pandas --cov-report=xml"
COVERAGE="-s --cov=pandas --cov-report=xml --cov-append"
fi

# If no X server is found, we use xvfb to emulate it
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage:
status:
project:
default:
target: '72'
target: '82'
patch:
default:
target: '50'
Expand Down