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

fix(log): allow variadic log message #23

Merged
merged 3 commits into from
Sep 26, 2022
Merged

fix(log): allow variadic log message #23

merged 3 commits into from
Sep 26, 2022

Conversation

gabeidx
Copy link
Member

@gabeidx gabeidx commented Sep 26, 2022

No description provided.

@gabeidx gabeidx added the module: log log module related topics label Sep 26, 2022
@gabeidx gabeidx self-assigned this Sep 26, 2022
@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Base: 90.35% // Head: 91.95% // Increases project coverage by +1.59% 🎉

Coverage data is based on head (e3ed67b) compared to base (47bf3a9).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   90.35%   91.95%   +1.59%     
==========================================
  Files          13       14       +1     
  Lines         280      261      -19     
  Branches       28       28              
==========================================
- Hits          253      240      -13     
+ Misses         27       21       -6     
Impacted Files Coverage Δ
log/handlers/console.ts 90.36% <100.00%> (+3.77%) ⬆️
log/handlers/console_test.fixture.json.ts 100.00% <100.00%> (ø)
log/handlers/console_test.fixture.object.ts 100.00% <100.00%> (ø)
log/logger.ts 100.00% <100.00%> (ø)
log/record.ts 100.00% <100.00%> (+15.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gabeidx gabeidx merged commit de720c4 into main Sep 26, 2022
@gabeidx gabeidx deleted the log branch September 26, 2022 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: log log module related topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant