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

Allow category deep nesting #22

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

Conversation

KROT47
Copy link

@KROT47 KROT47 commented Oct 9, 2024

This PR is based on #21 and has only last commit as difference

Here we can use like this

getLogger(['app', ['deep', ['nested', ['string', ['array']]]]])
===
getLogger(['app', 'deep', 'nested', 'string', 'array'])

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.27%. Comparing base (988a27a) to head (9e70de8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   97.24%   97.27%   +0.02%     
==========================================
  Files          10       11       +1     
  Lines        1018     1027       +9     
  Branches      217      217              
==========================================
+ Hits          990      999       +9     
  Misses         28       28              

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant