Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 3, 2021

Conversation

jorisvandenbossche
Copy link
Member

Attempt to close #40670

ci/run_tests.sh Outdated
@@ -30,6 +30,11 @@ fi
echo $PYTEST_CMD
sh -c "$PYTEST_CMD"

if [ "$COVERAGE" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but this one is different.

Now, maybe it can't hurt to add the --cov-append in all cases, though (so also for the first invocation)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, but let's try to have a single invocation

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to have a single invocation

There are two invocations, that's the point of also testing the ArrayManager

@jreback jreback added the Code Style Code style, linting, code_checks label Apr 2, 2021
@jorisvandenbossche jorisvandenbossche merged commit 97013e0 into pandas-dev:master Apr 3, 2021
@jorisvandenbossche jorisvandenbossche deleted the co-codecov branch April 3, 2021 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: coverage dropped below target
2 participants