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

chore: remove tox rules for lint commands #3826

Merged
merged 3 commits into from
Mar 2, 2024

Conversation

charles-cooper
Copy link
Member

this commit removes the tox rules for lint, as part of a larger movement to remove tox from the codebase (it's slow, confusing, and superseded by environment matrices on github actions).

the rules in the makefile are split apart so they can be run in parallel with make -j lint.

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 commit removes the tox rules for lint, as part of a larger movement
to remove tox from the codebase (it's slow, confusing, and superseded by
environment matrices on github actions).

the rules in the makefile are split apart so they can be run in parallel
with `make -j lint`.
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.19%. Comparing base (b4429cf) to head (ff807b4).

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3826   +/-   ##
=======================================
  Coverage   85.19%   85.19%           
=======================================
  Files          92       92           
  Lines       13916    13916           
  Branches     3118     3118           
=======================================
  Hits        11856    11856           
  Misses       1565     1565           
  Partials      495      495           

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

@charles-cooper charles-cooper merged commit b824663 into vyperlang:master Mar 2, 2024
84 checks passed
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.

5 participants