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

Improve pypechain import #94

Merged
merged 4 commits into from
Jan 18, 2024
Merged

Improve pypechain import #94

merged 4 commits into from
Jan 18, 2024

Conversation

sentilesdal
Copy link
Contributor

Allows for this import style and usage:

from pypechain import pypechain

abi_dir = "./abis"
out_dir = "./types"
line_length = 80
pypechain(abi_dir, out_dir, line_length)

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (b5ff593) 76.49% compared to head (1317b2b) 83.08%.

Files Patch % Lines
pypechain/main.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
+ Coverage   76.49%   83.08%   +6.59%     
==========================================
  Files          40       40              
  Lines        1770     1774       +4     
==========================================
+ Hits         1354     1474     +120     
+ Misses        416      300     -116     
Flag Coverage Δ
unittests 83.08% <66.66%> (+6.59%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sentilesdal sentilesdal merged commit 7baa8f2 into main Jan 18, 2024
5 checks passed
@sentilesdal sentilesdal deleted the matt-fix-pypechain-import branch January 18, 2024 16:40
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.

3 participants