Skip to content
Snippets Groups Projects
Unverified Commit 97013e0c authored by Joris Van den Bossche's avatar Joris Van den Bossche Committed by GitHub
Browse files

CI: increase codecov target - append ArrayManager tests coverage (#40711)

parent dc5a65c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -8,7 +8,7 @@ coverage:
status:
project:
default:
target: '72'
target: '82'
patch:
default:
target: '50'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment