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

Contexts #8

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Contexts #8

merged 1 commit into from
Aug 20, 2024

Conversation

dahlia
Copy link
Owner

@dahlia dahlia commented Aug 19, 2024

Added Logger.with() method.

Closes #7.

Close #7
@dahlia dahlia added the enhancement New feature or request label Aug 19, 2024
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.77%. Comparing base (efce6f3) to head (08a4727).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   96.23%   96.77%   +0.53%     
==========================================
  Files           9        9              
  Lines         717      836     +119     
  Branches      132      149      +17     
==========================================
+ Hits          690      809     +119     
  Misses         26       26              
  Partials        1        1              

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

Copy link

Test Results (Linux)

  1 files  ± 0    7 suites  ±0   0s ⏱️ ±0s
 82 tests +10   82 ✅ +10  0 💤 ±0  0 ❌ ±0 
100 runs  +10  100 ✅ +10  0 💤 ±0  0 ❌ ±0 

Results for commit 08a4727. ± Comparison against base commit efce6f3.

Copy link

Test Results (macOS)

  1 files  ± 0    7 suites  ±0   0s ⏱️ ±0s
 82 tests +10   82 ✅ +10  0 💤 ±0  0 ❌ ±0 
100 runs  +10  100 ✅ +10  0 💤 ±0  0 ❌ ±0 

Results for commit 08a4727. ± Comparison against base commit efce6f3.

Copy link

Test Results (Windows)

  1 files  ± 0    7 suites  ±0   0s ⏱️ ±0s
 82 tests +10   82 ✅ +10  0 💤 ±0  0 ❌ ±0 
100 runs  +10  100 ✅ +10  0 💤 ±0  0 ❌ ±0 

Results for commit 08a4727. ± Comparison against base commit efce6f3.

Copy link

@okikio okikio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏽

@dahlia dahlia merged commit f819929 into main Aug 20, 2024
13 checks passed
@dahlia dahlia deleted the context branch August 20, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add context to the logger
2 participants