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

refactor: get_search_paths() for vyper cli #3778

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

charles-cooper
Copy link
Member

this is for external consumers of the compiler library, which may want to be able to replicate how vyper computes the search path

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-->

this is for external consumers of the compiler library, which may want
to be able to replicate how vyper computes the search path
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (199f2b6) 84.99% compared to head (473b282) 84.92%.

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3778      +/-   ##
==========================================
- Coverage   84.99%   84.92%   -0.08%     
==========================================
  Files          92       92              
  Lines       13700    13702       +2     
  Branches     3074     3074              
==========================================
- Hits        11644    11636       -8     
- Misses       1569     1578       +9     
- Partials      487      488       +1     

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

@charles-cooper charles-cooper enabled auto-merge (squash) February 13, 2024 19:18
@charles-cooper charles-cooper enabled auto-merge (squash) February 13, 2024 19:18
@charles-cooper charles-cooper changed the title refactor: get_search_paths for vyper cli refactor: get_search_paths() for vyper cli Feb 13, 2024
@charles-cooper charles-cooper merged commit d372378 into vyperlang:master Feb 13, 2024
84 checks passed
@charles-cooper charles-cooper deleted the refactor/searchpath branch February 13, 2024 19:21
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