Skip to content

Fix Healthcheck Parsing#61

Merged
Mcrich23 merged 10 commits intomainfrom
fix/healthcheck-parsing
Mar 10, 2026
Merged

Fix Healthcheck Parsing#61
Mcrich23 merged 10 commits intomainfrom
fix/healthcheck-parsing

Conversation

@Mcrich23
Copy link
Owner

This fixes #58 by adding checks to allow the test parameter to be a single string instead of forcing it to be an array of strings.

Copy link
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 addresses compose-spec healthcheck parsing by adding coverage for healthcheck.test provided as a single string (CMD-SHELL shorthand), and includes an update to the shared Xcode scheme launch arguments.

Changes:

  • Add a static test for parsing healthcheck.test when provided as a string.
  • Update the shared Xcode scheme --cwd launch argument.

Reviewed changes

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

File Description
Tests/Container-Compose-StaticTests/HealthcheckConfigurationTests.swift Adds test coverage for decoding healthcheck.test from a string form.
.swiftpm/xcode/xcshareddata/xcschemes/Container-Compose.xcscheme Changes the default launch arguments (including --cwd) for the Xcode scheme.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Mcrich23 and others added 6 commits March 10, 2026 11:59
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sts.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sts.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sts.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Mcrich23 Mcrich23 merged commit e9b07e8 into main Mar 10, 2026
1 check passed
@Mcrich23 Mcrich23 deleted the fix/healthcheck-parsing branch March 10, 2026 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

healthcheck.test does not accept string literal shorthand of CMD-SHELL

2 participants