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

fixed bug with empty constructors #86

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

kragol
Copy link

@kragol kragol commented Jul 28, 2023

fixes #85

@bkamins
Copy link
Member

bkamins commented Jul 28, 2023

Thank you for reporting. Could you please add tests for the changed methods?

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.58% 🎉

Comparison is base (1bb9c95) 87.97% compared to head (fe23cfd) 88.56%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
+ Coverage   87.97%   88.56%   +0.58%     
==========================================
  Files           1        1              
  Lines         341      341              
==========================================
+ Hits          300      302       +2     
+ Misses         41       39       -2     
Files Changed Coverage Δ
src/PooledArrays.jl 88.56% <100.00%> (+0.58%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kragol
Copy link
Author

kragol commented Jul 28, 2023

Tests added.

test/runtests.jl Outdated Show resolved Hide resolved
@bkamins
Copy link
Member

bkamins commented Jul 28, 2023

I have added some more tests. Thank you for contributing.

test/runtests.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug with empty constructors
2 participants