Skip to content
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

TST: fix class method of test BoolArray #26957

Merged

Conversation

jorisvandenbossche
Copy link
Member

From discussion in #26914.

@jorisvandenbossche jorisvandenbossche added the Testing pandas testing functions or related to the test suite label Jun 20, 2019
@jorisvandenbossche jorisvandenbossche added this to the 0.25.0 milestone Jun 20, 2019
@codecov
Copy link

codecov bot commented Jun 20, 2019

Codecov Report

Merging #26957 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26957      +/-   ##
==========================================
- Coverage   91.87%   91.86%   -0.01%     
==========================================
  Files         180      180              
  Lines       50746    50746              
==========================================
- Hits        46624    46620       -4     
- Misses       4122     4126       +4
Flag Coverage Δ
#multiple 90.46% <ø> (ø) ⬆️
#single 41.09% <ø> (-0.09%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 88.88% <0%> (-11.12%) ⬇️
pandas/core/frame.py 96.89% <0%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update baeb1bf...563e5db. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 20, 2019

Codecov Report

Merging #26957 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26957      +/-   ##
==========================================
- Coverage   91.87%   91.86%   -0.01%     
==========================================
  Files         180      180              
  Lines       50746    50746              
==========================================
- Hits        46624    46620       -4     
- Misses       4122     4126       +4
Flag Coverage Δ
#multiple 90.46% <ø> (ø) ⬆️
#single 41.09% <ø> (-0.09%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 88.88% <0%> (-11.12%) ⬇️
pandas/core/frame.py 96.89% <0%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update baeb1bf...563e5db. Read the comment docs.

@jorisvandenbossche jorisvandenbossche merged commit d150f17 into pandas-dev:master Jun 20, 2019
@jorisvandenbossche jorisvandenbossche deleted the fix-bool-array branch June 20, 2019 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant