vyper icon indicating copy to clipboard operation
vyper copied to clipboard

wip: add type metadata to ast output

Open charles-cooper opened this issue 2 years ago • 1 comments

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

charles-cooper avatar Oct 12 '23 15:10 charles-cooper

Codecov Report

Merging #3644 (9d778e0) into master (68da04b) will decrease coverage by 31.96%. The diff coverage is 42.85%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff             @@
##           master    #3644       +/-   ##
===========================================
- Coverage   88.66%   56.70%   -31.96%     
===========================================
  Files          86       86               
  Lines       11467    11473        +6     
  Branches     2607     2607               
===========================================
- Hits        10167     6506     -3661     
- Misses        873     4384     +3511     
- Partials      427      583      +156     
Files Coverage Δ
vyper/compiler/output.py 37.50% <ø> (-54.17%) :arrow_down:
vyper/ast/nodes.py 71.29% <0.00%> (-22.30%) :arrow_down:
vyper/semantics/types/base.py 72.26% <50.00%> (-19.35%) :arrow_down:

... and 66 files with indirect coverage changes

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

codecov-commenter avatar Oct 12 '23 16:10 codecov-commenter

superseded by https://github.com/vyperlang/vyper/pull/3829

charles-cooper avatar Mar 05 '24 18:03 charles-cooper