[PR #563] [MERGED] Testflight summary accuracy #623

Closed
opened 2026-02-26 22:31:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/563
Author: @cursor[bot]
Created: 2/16/2026
Status: Merged
Merged: 2/16/2026
Merged by: @rudrankriyam

Base: testflight/beta-testers-csvHead: cursor/testflight-summary-accuracy-19c1


📝 Commits (1)

  • b0bf306 Fix beta-testers import summary counters

📊 Changes

2 files changed (+279 additions, -27 deletions)

View changed files

📝 internal/cli/cmdtest/testflight_beta_testers_csv_test.go (+268 -0)
📝 internal/cli/testflight/beta_testers_csv.go (+11 -27)

📄 Description

Summary

  • Corrected Invited, Created, and Updated counters to increment only upon successful API operations, preventing inflated counts on failures.
  • Removed a duplicate uniqueSorted function by reusing the existing uniqueSortedStrings from the same package.

Validation

  • make format
  • make lint
  • make test


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/563 **Author:** [@cursor[bot]](https://github.com/apps/cursor) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `testflight/beta-testers-csv` ← **Head:** `cursor/testflight-summary-accuracy-19c1` --- ### 📝 Commits (1) - [`b0bf306`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b0bf3062b3d1f4827c28a136240dfeab98b3ee7b) Fix beta-testers import summary counters ### 📊 Changes **2 files changed** (+279 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `internal/cli/cmdtest/testflight_beta_testers_csv_test.go` (+268 -0) 📝 `internal/cli/testflight/beta_testers_csv.go` (+11 -27) </details> ### 📄 Description ## Summary - Corrected `Invited`, `Created`, and `Updated` counters to increment only upon successful API operations, preventing inflated counts on failures. - Removed a duplicate `uniqueSorted` function by reusing the existing `uniqueSortedStrings` from the same package. ## Validation - [x] `make format` - [x] `make lint` - [x] `make test` --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#623
No description provided.