X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/XcodeBuildMCP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: getsentry/XcodeBuildMCP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/code-coverage-tools
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    92db053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e0aeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5381d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bbfeba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    045a31b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04a0b29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c946a5b View commit details
    Browse the repository at this point in the history
  8. Fix missing process property in inline mock executors for typecheck

    Use createMockCommandResponse in get_file_coverage tests so inline
    mock executors return the required process field from CommandResponse.
    irangareddy authored and cameroncooke committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    85c5b6e View commit details
    Browse the repository at this point in the history
  9. Add file path label to uncovered line ranges in showLines output

    When showLines is true the archive command only runs for the first
    matched file entry. The uncovered-ranges block now includes the file
    path so readers know which file the ranges belong to.
    irangareddy authored and cameroncooke committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    b20302e View commit details
    Browse the repository at this point in the history
  10. Validate individual coverage target objects before processing

    Add isValidCoverageTarget type guard to filter out malformed objects
    from xccov JSON output, preventing runtime crashes on missing properties.
    irangareddy authored and cameroncooke committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    9f25d94 View commit details
    Browse the repository at this point in the history
  11. Update docs

    cameroncooke committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    9372c33 View commit details
    Browse the repository at this point in the history
Loading
X Tutup