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

chore(cleanup): Remove the AppConfig and KeyManager singletons #625

Merged
merged 14 commits into from
Nov 12, 2024

Fix compilation error introduced by last commit

d97c7a4
Select commit
Loading
Failed to load commit list.
Merged

chore(cleanup): Remove the AppConfig and KeyManager singletons #625

Fix compilation error introduced by last commit
d97c7a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 12, 2024 in 0s

8.92% (-0.07%) compared to b5d1120

View this Pull Request on Codecov

8.92% (-0.07%) compared to b5d1120

Details

Codecov Report

Attention: Patch coverage is 0.55866% with 178 lines in your changes missing coverage. Please review.

Project coverage is 8.92%. Comparing base (b5d1120) to head (d97c7a4).

Files with missing lines Patch % Lines
pkg/llmbridge/sentiment.go 0.00% 52 Missing ⚠️
pkg/masacrypto/key_manager.go 0.00% 18 Missing ⚠️
cmd/masa-node/config.go 0.00% 17 Missing ⚠️
node/options.go 0.00% 16 Missing ⚠️
cmd/masa-node/main.go 0.00% 9 Missing ⚠️
node/oracle_node.go 0.00% 8 Missing ⚠️
pkg/workers/options.go 0.00% 8 Missing ⚠️
pkg/workers/handlers/llm.go 0.00% 6 Missing ⚠️
cmd/masa-node/staking.go 0.00% 5 Missing ⚠️
pkg/llmbridge/client.go 0.00% 5 Missing ⚠️
... and 15 more
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #625      +/-   ##
========================================
- Coverage   8.99%   8.92%   -0.07%     
========================================
  Files         99      99              
  Lines       7761    7809      +48     
========================================
- Hits         698     697       -1     
- Misses      6989    7039      +50     
+ Partials      74      73       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.