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

refactor(zetaclient): subscribe to new blocks in scheduler #3228

Merged
merged 6 commits into from
Dec 10, 2024

skip precompiles in performance tests

365121f
Select commit
Loading
Failed to load commit list.
Merged

refactor(zetaclient): subscribe to new blocks in scheduler #3228

skip precompiles in performance tests
365121f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 1s

61.81% (-0.04%) compared to 3a8fa1e

View this Pull Request on Codecov

61.81% (-0.04%) compared to 3a8fa1e

Details

Codecov Report

Attention: Patch coverage is 14.28571% with 102 lines in your changes missing coverage. Please review.

Project coverage is 61.81%. Comparing base (3a8fa1e) to head (365121f).

Files with missing lines Patch % Lines
zetaclient/orchestrator/orchestrator.go 0.00% 81 Missing ⚠️
zetaclient/zetacore/client.go 33.33% 11 Missing and 1 partial ⚠️
zetaclient/zetacore/client_subscriptions.go 57.89% 6 Missing and 2 partials ⚠️
zetaclient/zetacore/client_cosmos.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3228      +/-   ##
===========================================
- Coverage    61.84%   61.81%   -0.04%     
===========================================
  Files          431      432       +1     
  Lines        30848    30875      +27     
===========================================
+ Hits         19077    19084       +7     
- Misses       10913    10930      +17     
- Partials       858      861       +3     
Files with missing lines Coverage Δ
zetaclient/metrics/metrics.go 75.00% <ø> (ø)
zetaclient/zetacore/client_cosmos.go 44.44% <0.00%> (+10.15%) ⬆️
zetaclient/zetacore/client_subscriptions.go 57.89% <57.89%> (ø)
zetaclient/zetacore/client.go 57.89% <33.33%> (-8.14%) ⬇️
zetaclient/orchestrator/orchestrator.go 18.45% <0.00%> (-0.04%) ⬇️