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

fix[lang]: fix .vyi function body check #4177

Merged
merged 4 commits into from
Jul 29, 2024

refactor attr access since type is refined

f006571
Select commit
Loading
Failed to load commit list.
Merged

fix[lang]: fix .vyi function body check #4177

refactor attr access since type is refined
f006571
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 28, 2024 in 1s

46.19% (-45.16%) compared to a1af967

View this Pull Request on Codecov

46.19% (-45.16%) compared to a1af967

Details

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 46.19%. Comparing base (a1af967) to head (f006571).
Report is 1 commits behind head on master.

Files Patch % Lines
vyper/semantics/types/function.py 0.00% 2 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (a1af967) and HEAD (f006571). Click for more details.

HEAD has 139 uploads less than BASE
Flag BASE (a1af967) HEAD (f006571)
140 1
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4177       +/-   ##
===========================================
- Coverage   91.35%   46.19%   -45.16%     
===========================================
  Files         109      109               
  Lines       15613    15614        +1     
  Branches     3436     3436               
===========================================
- Hits        14263     7213     -7050     
- Misses        920     7847     +6927     
- Partials      430      554      +124     

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