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

op-e2e: Build the op-program client upfront #13095

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

mslipper
Copy link
Collaborator

Now that multiple test processes are running at once, multiple threads are compiling the op-program client in the tests. This PR builds the client upfront to avoid this condition.

Now that multiple test processes are running at once, multiple threads are compiling the op-program client in the tests. This PR builds the client upfront to avoid this condition.
@mslipper mslipper added this pull request to the merge queue Nov 26, 2024
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.24%. Comparing base (d5dfd51) to head (75ed29c).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13095      +/-   ##
===========================================
- Coverage    44.43%   44.24%   -0.19%     
===========================================
  Files          798      798              
  Lines        71613    71613              
===========================================
- Hits         31820    31686     -134     
- Misses       37209    37349     +140     
+ Partials      2584     2578       -6     
Flag Coverage Δ
cannon-go-tests-32 61.85% <ø> (-2.02%) ⬇️
cannon-go-tests-64 56.72% <ø> (-1.66%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 19 files with indirect coverage changes

Merged via the queue into develop with commit 915a1a3 Nov 26, 2024
44 checks passed
@mslipper mslipper deleted the bugfix/op-program-test branch November 26, 2024 05:12
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.

2 participants