-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci: hive tests #1348
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: hive tests #1348
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1348 +/- ##
==========================================
- Coverage 72.08% 72.07% -0.01%
==========================================
Files 476 480 +4
Lines 57476 58129 +653
==========================================
+ Hits 41430 41895 +465
- Misses 16046 16234 +188
Flags with carried forward coverage won't be shown. Click here to find out more. see 45 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
.github/workflows/hive.yml
Outdated
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.
beautiful
d0a1b83 to
9c08a10
Compare
0ebe9b6 to
0726acb
Compare
8f46a8c to
602ada4
Compare
38cb2c0 to
e9b3f09
Compare
3e3d421 to
05787bb
Compare
* we do not support producing clique blocks yet, so this test will always fail, and is not applicable
|
@Rjected Could you update the Hive tracker on what passes / what doesn't and what our next key areas of focus should be to further increase our Hive coverage? Please also share your Hive improvement bulletpoints, so we start upstreaming some of them or get feedback from EF |
Working PR to run ethereum/hive tests in CI. This sets up a matrix so each test suite can be run concurrently after building the reth image.
Failures tracked in #1579
Closes #855