fix: upgrade go-libs to v5.6.1#1425
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (8)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1425 +/- ##
==========================================
- Coverage 80.81% 80.63% -0.18%
==========================================
Files 206 206
Lines 11268 11268
==========================================
- Hits 9106 9086 -20
- Misses 1611 1616 +5
- Partials 551 566 +15 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
NumaryBot
left a comment
There was a problem hiding this comment.
✅ Approve — automated review
The changes are limited to updating go-libs module pins and corresponding go.sum/go.mod transitive metadata. I did not find a discrete regression introduced by this patch.
No findings.
Summary
github.com/formancehq/go-libs/v5tov5.6.1.go.sumfiles aftergo mod tidy.Validation
go test ./...go build ./...go test github.com/formancehq/go-libs/v5/pkg/storage/bun/connect -run 'TestReadWriteValidateConnectTimesOut|TestReadOnlyResetSessionTimesOut' -count=1 -v\n-(cd tools/generator && go test ./... && go build ./...)\n-(cd tools/provisioner && go test ./... && go build ./...)\n-(cd deployments/pulumi && go build ./...)\n\ndeployments/pulumifull tests require thepulumiCLI; this local environment does not have it onPATH.