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

Handle classes with __new__ method #10

Merged
merged 2 commits into from
Mar 19, 2023
Merged

Handle classes with __new__ method #10

merged 2 commits into from
Mar 19, 2023

Conversation

cgarciae
Copy link
Owner

  • Correctly handles classes that define a __new__ method.
  • Fixes publish-package action.

@codecov
Copy link

codecov bot commented Mar 19, 2023

Codecov Report

Merging #10 (82e3f62) into main (14dafaf) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files           2        2           
  Lines         118      118           
=======================================
  Hits          115      115           
  Misses          3        3           
Impacted Files Coverage Δ
simple_pytree/__init__.py 100.00% <100.00%> (ø)
simple_pytree/pytree.py 97.39% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

1 participant