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: introduce a pattern to help standardize log tag names #2371

Merged
merged 7 commits into from
Oct 28, 2024

add documentation

18306f8
Select commit
Loading
Failed to load commit list.
Merged

chore: introduce a pattern to help standardize log tag names #2371

add documentation
18306f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 28, 2024 in 0s

44.17% (target 70.00%)

View this Pull Request on Codecov

44.17% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 38.09524% with 13 lines in your changes missing coverage. Please review.

Project coverage is 44.17%. Comparing base (1880070) to head (18306f8).
Report is 411 commits behind head on main.

Files with missing lines Patch % Lines
apps/hubble/src/utils/logger.ts 33.33% 7 Missing and 1 partial ⚠️
apps/hubble/src/network/sync/syncHealthJob.ts 0.00% 3 Missing ⚠️
apps/hubble/src/hubble.ts 0.00% 1 Missing ⚠️
apps/hubble/src/network/p2p/gossipNode.ts 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2371       +/-   ##
===========================================
- Coverage   74.05%   44.17%   -29.89%     
===========================================
  Files          99      146       +47     
  Lines        9425    26280    +16855     
  Branches     2097     9473     +7376     
===========================================
+ Hits         6980    11610     +4630     
- Misses       2327    12849    +10522     
- Partials      118     1821     +1703     

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