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

build(deps): bump go.uber.org/zap from 1.24.0 to 1.27.0 #11

Merged
merged 1 commit into from
Jul 31, 2024

build(deps): bump go.uber.org/zap from 1.24.0 to 1.27.0

c50f092
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

build(deps): bump go.uber.org/zap from 1.24.0 to 1.27.0 #11

build(deps): bump go.uber.org/zap from 1.24.0 to 1.27.0
c50f092
Select commit
Loading
Failed to load commit list.
GitHub Actions / Go Test Results succeeded Jul 31, 2024 in 1s

36 passed, 0 failed and 0 skipped

Tests passed successfully

✅ .test/reports/unit-test.xml

36 tests were completed in 20s with 36 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/zeiss/pkg 0ms
github.com/zeiss/pkg/cast 14✅ 1s
github.com/zeiss/pkg/channels 1✅ 1s
github.com/zeiss/pkg/cmd/helm/update 3ms
github.com/zeiss/pkg/dbx 5ms
github.com/zeiss/pkg/errorx 5ms
github.com/zeiss/pkg/logx 1✅ 1s
github.com/zeiss/pkg/server 8✅ 1s
github.com/zeiss/pkg/slices 12✅ 1s

✅ github.com/zeiss/pkg/cast

✅ TestZero
✅ TestIsZero
✅ TestValue/success
✅ TestValue/success#03
✅ TestValue/success#02
✅ TestValue/success#04
✅ TestValue/success#01
✅ TestValue
✅ TestPtr/success
✅ TestPtr/success#04
✅ TestPtr/success#02
✅ TestPtr/success#03
✅ TestPtr/success#01
✅ TestPtr

✅ github.com/zeiss/pkg/channels

✅ TestJoin

✅ github.com/zeiss/pkg/logx

✅ TestFacade

✅ github.com/zeiss/pkg/server

✅ TestWithContext
✅ TestSetLimit
✅ TestSetLimitZero
✅ TestSetLimitNegative
✅ TestUnimplemented
✅ TestNewError
✅ TestLookupName
✅ TestDefaultEnv

✅ github.com/zeiss/pkg/slices

✅ TestPop/pop_from_slice
✅ TestDelete/delete_from_slice
✅ TestFilter/filter_slice
✅ TestPop
✅ TestPush/push_to_slice
✅ TestDelete
✅ TestFilter
✅ TestCut/cut_from_slice
✅ TestPush
✅ TestCut
✅ TestInsert/insert_into_slice
✅ TestInsert