gogcli/internal/cmd
Peter Steinberger 631f442798
Some checks failed
ci / test (push) Has been cancelled
fix: avoid shadowed vars for lint
2025-12-17 22:16:18 +01:00
..
account_test.go Tests: increase unit coverage 2025-12-12 15:18:20 +00:00
account.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
auth_cmd_test.go test: raise coverage (auth + googleapi + helpers) 2025-12-12 16:32:07 +00:00
auth.go refactor(auth): inject authorize function 2025-12-17 21:53:43 +01:00
calendar_more_test.go test: increase unit coverage 2025-12-12 15:52:12 +00:00
calendar_respond.go feat(calendar): respond to invites 2025-12-17 21:24:47 +01:00
calendar_test.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
calendar.go feat(calendar): respond to invites 2025-12-17 21:24:47 +01:00
contacts_crud.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
contacts_directory.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
contacts_helpers_test.go test: substantially raise unit coverage 2025-12-12 16:21:18 +00:00
contacts_services.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
contacts_test.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
contacts.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
drive_download_test.go test: cover drive downloads and gmail helpers 2025-12-12 16:35:41 +00:00
drive_helpers_more_test.go test: raise coverage (auth + googleapi + helpers) 2025-12-12 16:32:07 +00:00
drive_ls_cmd_test.go test: substantially raise unit coverage 2025-12-12 16:21:18 +00:00
drive_more_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
drive_test.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
drive_url_cmd_test.go test: raise coverage (gmail labels, ui, secrets) 2025-12-12 16:14:14 +00:00
drive.go test: cover drive downloads and gmail helpers 2025-12-12 16:35:41 +00:00
execute_auth_add_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_auth_credentials_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_calendar_more_commands_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_calendar_respond_test.go test: cover calendar/people/gmail commands 2025-12-17 21:24:59 +01:00
execute_calendar_test.go test: cover calendar via Execute 2025-12-12 16:24:51 +00:00
execute_calendar_text_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_contacts_directory_text_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_contacts_more_commands_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_contacts_test.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
execute_drive_more_commands_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_drive_test.go test: cover drive get/download via Execute 2025-12-12 16:44:26 +00:00
execute_drive_text_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_gmail_attachment_test.go fix: avoid shadowed vars for lint 2025-12-17 22:16:18 +01:00
execute_gmail_get_test.go test: cover calendar/people/gmail commands 2025-12-17 21:24:59 +01:00
execute_gmail_labels_text_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_gmail_more_commands_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_gmail_test.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
execute_gmail_text_test.go test: fix CI flake from shared config dir 2025-12-17 22:13:23 +01:00
execute_more_text_coverage_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
execute_people_me_test.go test: raise coverage above 75% 2025-12-17 21:53:52 +01:00
gmail_attachment.go fix: avoid shadowed vars for lint 2025-12-17 22:16:18 +01:00
gmail_drafts.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
gmail_get.go feat(gmail): add message get and attachment download 2025-12-17 21:24:51 +01:00
gmail_labels_cmd_test.go test: raise coverage (auth + googleapi + helpers) 2025-12-12 16:32:07 +00:00
gmail_labels_test.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
gmail_labels.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
gmail_mime_test.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
gmail_mime.go Unify Google CLI with auth, services, and CI 2025-12-12 14:18:38 +00:00
gmail_send_test.go test: increase unit coverage 2025-12-12 15:52:12 +00:00
gmail_send.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
gmail_test.go test: cover drive downloads and gmail helpers 2025-12-12 16:35:41 +00:00
gmail_thread_test.go Tests: add more coverage for helpers 2025-12-12 15:21:57 +00:00
gmail_thread.go test: cover gmail + contacts via Execute 2025-12-12 16:51:01 +00:00
gmail.go feat(gmail): add message get and attachment download 2025-12-17 21:24:51 +01:00
people.go feat(people): add me command 2025-12-17 21:24:55 +01:00
root_test.go test: substantially raise unit coverage 2025-12-12 16:21:18 +00:00
root.go feat(people): add me command 2025-12-17 21:24:55 +01:00
testmain_test.go test: fix CI flake from shared config dir 2025-12-17 22:13:23 +01:00
testutil_test.go test: substantially raise unit coverage 2025-12-12 16:21:18 +00:00