Skip to content

Commit

Permalink
CI: increase codecov target - append ArrayManager tests coverage (pan…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Apr 3, 2021
1 parent dc5a65c commit 97013e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 97013e0

Please sign in to comment.