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

feat: Update neard init to specify config file type to download #12072

Merged
merged 6 commits into from
Sep 11, 2024

Address comments, move DownloadConfigType to near-config-utils.

511de97
Select commit
Loading
Failed to load commit list.
Merged

feat: Update neard init to specify config file type to download #12072

Address comments, move DownloadConfigType to near-config-utils.
511de97
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 0s

71.59% (+0.15%) compared to ea8ec28

View this Pull Request on Codecov

71.59% (+0.15%) compared to ea8ec28

Details

Codecov Report

Attention: Patch coverage is 21.21212% with 26 lines in your changes missing coverage. Please review.

Project coverage is 71.59%. Comparing base (ea8ec28) to head (511de97).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
utils/config/src/lib.rs 0.00% 15 Missing ⚠️
nearcore/src/config.rs 44.44% 4 Missing and 1 partial ⚠️
tools/indexer/example/src/configs.rs 0.00% 3 Missing ⚠️
neard/src/cli.rs 50.00% 1 Missing and 1 partial ⚠️
tools/chainsync-loadtest/src/main.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12072      +/-   ##
==========================================
+ Coverage   71.43%   71.59%   +0.15%     
==========================================
  Files         815      815              
  Lines      164218   164279      +61     
  Branches   164218   164279      +61     
==========================================
+ Hits       117317   117609     +292     
+ Misses      41772    41535     -237     
- Partials     5129     5135       +6     

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