vyper
vyper copied to clipboard
refactor[tool]: reduce docker image size
ignore explicit
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.)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.97%. Comparing base (
d29b521) to head (185dca3).
Additional details and impacted files
@@ Coverage Diff @@
## master #3120 +/- ##
=======================================
Coverage 92.97% 92.97%
=======================================
Files 131 131
Lines 19067 19067
Branches 3319 3319
=======================================
Hits 17728 17728
Misses 902 902
Partials 437 437
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
this is a dup of #3111
this is a dup of #3111
I'll say the same thing I said there, hopefully @sambacha confirms or makes an update: I see a few vyper-related files that I would expect to be in the build for it to function properly. That's why it needs some QA to see if it still functions correctly with the slimmed down fileset
specifically:
vyper --versionvyper SomeFile.vy(ensure it has the version pragma in it)- Not sure what other things to check
Let me update this later today for ya