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 Nov 6, 2024 in 0s

75.45% (target 70.00%)

View this Pull Request on Codecov

75.45% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 68.18182% with 28 lines in your changes missing coverage. Please review.

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

Files with missing lines Patch % Lines
node/node.go 65.38% 7 Missing and 2 partials ⚠️
node/http.go 0.00% 7 Missing ⚠️
cmd/juno/juno.go 33.33% 6 Missing ⚠️
utils/log.go 86.36% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2245      +/-   ##
==========================================
+ Coverage   75.25%   75.45%   +0.20%     
==========================================
  Files         106      106              
  Lines       11229    11266      +37     
==========================================
+ Hits         8450     8501      +51     
+ Misses       2138     2130       -8     
+ Partials      641      635       -6     

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