-
Notifications
You must be signed in to change notification settings - Fork 48
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
Move precompiles to precompiles directory #841
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good so far
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's ignore the precompiles dir in the .codecove.yaml
file because coverage has significantly decreased even though the file is tested.
https://github.com/sablier-labs/v2-core/blob/refactor/precompiles-directory/codecov.yml
Let's first merge #839 and then rebase from refactor/remove-protocol-fee
to remove comptroller precompiles.
29106dd
to
767ee54
Compare
Andrei, I have included your suggestions. lmk if it looks good now. |
767ee54
to
f3ca263
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, thank you
* refactor: move precompiles to precompiles directory * chore: ignore precompiles directory in codecov
* refactor: move precompiles to precompiles directory * chore: ignore precompiles directory in codecov
Resolves #789.