Skip to content

Run download provisioning profiles before importing them#3849

Merged
bgoncal merged 10 commits into
masterfrom
download-provisioning-profiles
Sep 24, 2025
Merged

Run download provisioning profiles before importing them#3849
bgoncal merged 10 commits into
masterfrom
download-provisioning-profiles

Conversation

@bgoncal
Copy link
Copy Markdown
Member

@bgoncal bgoncal commented Sep 23, 2025

Summary

Screenshots

Link to pull request in Documentation repository

Documentation: home-assistant/companion.home-assistant#

Any other notes

@bgoncal bgoncal self-assigned this Sep 23, 2025
Copilot AI review requested due to automatic review settings September 23, 2025 19:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the Fastlane provisioning profile download process by replacing platform-specific commands with simplified unified commands and updating related CI configuration.

  • Simplified the download_provisioning_profiles lane by removing the platform loop and using unified sigh commands
  • Added environment variable setup for authentication credentials in the download process
  • Updated CI workflow to include necessary secrets for the provisioning profile operations

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
fastlane/Fastfile Simplified provisioning profile download logic and removed unused SIGH_USERNAME variable
HomeAssistant.xcodeproj/project.pbxproj Added project references for .github and fastlane directories
.github/workflows/ci.yml Added required environment variables for App Store Connect authentication

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread fastlane/Fastfile
Comment thread fastlane/Fastfile Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.84%. Comparing base (4f60d68) to head (a5b74fb).
⚠️ Report is 144 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3849      +/-   ##
==========================================
+ Coverage   44.72%   45.84%   +1.12%     
==========================================
  Files         232      236       +4     
  Lines       13911    14153     +242     
==========================================
+ Hits         6221     6488     +267     
+ Misses       7690     7665      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bgoncal bgoncal merged commit 664938a into master Sep 24, 2025
13 of 14 checks passed
@bgoncal bgoncal deleted the download-provisioning-profiles branch September 24, 2025 00:01
bgoncal added a commit that referenced this pull request Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants