-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ci: Temporarily comment out contract-verification test #377
Conversation
2f8c50c
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #377 +/- ##
==========================================
- Coverage 35.85% 35.84% -0.01%
==========================================
Files 519 519
Lines 27815 27815
==========================================
- Hits 9972 9971 -1
- Misses 17843 17844 +1 ☔ View full report in Codecov by Sentry. |
Sorry about this! We'll release the fix tomorrow. |
@fvictorio It happens to the best of us. Thank you for your hard work on hardhat! |
Commenting out contract-verification test, as it is the only part that gets broken by hardhat-vyper plugin. To make CI work. After NomicFoundation/hardhat#4552 is merged and released, dependencies should be bumped and test should be restored. <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`.
Hi folks, we just released a new version of Please let us know if you still have problems! |
What ❔
Commenting out contract-verification test, as it is the only part that gets broken by hardhat-vyper plugin.
Why ❔
To make CI work. After NomicFoundation/hardhat#4552 is merged and released, dependencies should be bumped and test should be restored.
Checklist
zk fmt
andzk lint
.