Skip to content

chore(deps): upgrading samber/slog-common#49

Merged
samber merged 1 commit intomainfrom
chore/upgrade-slog-common
Feb 2, 2026
Merged

chore(deps): upgrading samber/slog-common#49
samber merged 1 commit intomainfrom
chore/upgrade-slog-common

Conversation

@samber
Copy link
Owner

@samber samber commented Feb 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 2, 2026 17:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the samber/slog-common dependency from v0.19.0 to v0.20.0, along with its transitive dependency samber/lo from v1.51.0 to v1.52.0. The PR also includes an unrelated CI configuration change.

Changes:

  • Upgraded github.com/samber/slog-common from v0.19.0 to v0.20.0
  • Upgraded indirect dependency github.com/samber/lo from v1.51.0 to v1.52.0
  • Added fail-fast: false to the test workflow matrix strategy

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates direct dependency slog-common to v0.20.0 and indirect dependency lo to v1.52.0
go.sum Updates checksums for slog-common v0.20.0 and lo v1.52.0
.github/workflows/test.yml Adds fail-fast: false to matrix strategy (unrelated to dependency upgrade)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

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

This change to add fail-fast: false is unrelated to the dependency upgrade described in the PR title and description. Setting fail-fast: false allows all matrix jobs to run even if one fails, which is a CI configuration change that should be in a separate PR with its own justification. Consider separating this change into a dedicated PR that explains why this behavior is desired.

Copilot uses AI. Check for mistakes.
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.33%. Comparing base (034710a) to head (00fd8d2).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   81.37%   86.33%   +4.95%     
==========================================
  Files           2        2              
  Lines         145      139       -6     
==========================================
+ Hits          118      120       +2     
+ Misses         25       17       -8     
  Partials        2        2              
Flag Coverage Δ
unittests 86.33% <ø> (+4.95%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samber samber merged commit 664c0d2 into main Feb 2, 2026
19 checks passed
@samber samber deleted the chore/upgrade-slog-common branch February 2, 2026 17:51
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.

2 participants