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

multiple return values with types #66

Merged
merged 27 commits into from
Nov 29, 2023
Merged

Conversation

dpaiton
Copy link
Member

@dpaiton dpaiton commented Nov 29, 2023

No description provided.

@dpaiton dpaiton force-pushed the slundquist-multiple-return-values branch from 673e48b to 72ee93f Compare November 29, 2023 04:15
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2023

Codecov Report

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

Comparison is base (4fe9436) 73.50% compared to head (a119872) 73.45%.

Files Patch % Lines
...est/overloading/types/OverloadedMethodsContract.py 51.68% 43 Missing ⚠️
conftest.py 25.00% 6 Missing ⚠️
pypechain/render/contract.py 66.66% 4 Missing ⚠️
...ain/test/return_types/types/ReturnTypesContract.py 98.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   73.50%   73.45%   -0.06%     
==========================================
  Files          21       22       +1     
  Lines         868      904      +36     
==========================================
+ Hits          638      664      +26     
- Misses        230      240      +10     
Flag Coverage Δ
unittests 73.45% <70.96%> (-0.06%) ⬇️

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.

Copy link
Contributor

@sentilesdal sentilesdal left a comment

Choose a reason for hiding this comment

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

🤪

@dpaiton dpaiton linked an issue Nov 29, 2023 that may be closed by this pull request
@dpaiton dpaiton merged commit 505171d into main Nov 29, 2023
6 checks passed
@dpaiton dpaiton deleted the slundquist-multiple-return-values branch November 29, 2023 04:35
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.

Add types to function outputs
4 participants