vyper
vyper copied to clipboard
wip: add type metadata to ast output
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
Codecov Report
Merging #3644 (9d778e0) into master (68da04b) will decrease coverage by
31.96%. The diff coverage is42.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
superseded by https://github.com/vyperlang/vyper/pull/3829