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

Create a dynamic logger (Fixes #1181) #2245

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Add runtime log level control via HTTP (Fix #1181)

55eb191
Select commit
Loading
Failed to load commit list.
Open

Create a dynamic logger (Fixes #1181) #2245

Add runtime log level control via HTTP (Fix #1181)
55eb191
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

78.91% (target 70.00%)

View this Pull Request on Codecov

78.91% (target 70.00%)

Details

Codecov Report

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

Project coverage is 78.91%. Comparing base (e4240ac) to head (55eb191).
Report is 90 commits behind head on main.

Files with missing lines Patch % Lines
node/node.go 71.42% 6 Missing and 2 partials ⚠️
cmd/juno/juno.go 30.00% 7 Missing ⚠️
utils/log.go 86.36% 5 Missing and 1 partial ⚠️
node/http.go 44.44% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2245      +/-   ##
==========================================
+ Coverage   75.25%   78.91%   +3.65%     
==========================================
  Files         106      112       +6     
  Lines       11229    13561    +2332     
==========================================
+ Hits         8450    10701    +2251     
- Misses       2138     2147       +9     
- Partials      641      713      +72     

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