Skip to content

fix(deps): update module github.com/spf13/cobra to v1.10.2

88951ac
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix(deps): update module github.com/spf13/cobra to v1.10.2 #20

fix(deps): update module github.com/spf13/cobra to v1.10.2
88951ac
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit tests succeeded Dec 4, 2025 in 1s

24 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test-result.xml

24 tests were completed in 10s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/brpaz/github-notifications-cleaner 120ms
github.com/brpaz/github-notifications-cleaner/cmd 7ms
github.com/brpaz/github-notifications-cleaner/cmd/clean 4ms
github.com/brpaz/github-notifications-cleaner/cmd/version 1✅ 4ms
github.com/brpaz/github-notifications-cleaner/internal/cleaner 15✅ 8ms
github.com/brpaz/github-notifications-cleaner/internal/log 8✅ 4ms

✅ github.com/brpaz/github-notifications-cleaner/cmd/version

✅ TestVersionCmd

✅ github.com/brpaz/github-notifications-cleaner/internal/cleaner

✅ TestNewNotificationsCleaner/default_initialization_sets_expected_values
✅ TestNewNotificationsCleaner/WithGitHubClient_option_sets_the_client
✅ TestNewNotificationsCleaner/WithOlderThanDays_option_sets_the_threshold
✅ TestNewNotificationsCleaner/WithDryRun_option_enables_dry-run_mode
✅ TestNewNotificationsCleaner
✅ TestClean/notification_filtering/marks_old_notifications_as_done
✅ TestClean/notification_filtering/marks_closed_PR_notifications_as_done
✅ TestClean/notification_filtering/marks_closed_issue_notifications_as_done
✅ TestClean/notification_filtering/does_not_mark_open_issue_notifications_as_done
✅ TestClean/notification_filtering
✅ TestClean/respects_dry-run_mode
✅ TestClean/error_handling/handles_API_errors_with_listing_notifications
✅ TestClean/error_handling/handles_API_errors_with_fetching_PR_details
✅ TestClean/error_handling
✅ TestClean

✅ github.com/brpaz/github-notifications-cleaner/internal/log

✅ TestLvlFromEnv/Debug
✅ TestLvlFromEnv/Info
✅ TestLvlFromEnv/Warn
✅ TestLvlFromEnv/Error
✅ TestLvlFromEnv/Empty
✅ TestLvlFromEnv/Invalid
✅ TestLvlFromEnv/Mixed_Case
✅ TestLvlFromEnv