Add cross-platform smoke test for the published action - #267
Merged
Conversation
Exercises the full end-user chain from issue #264: the published v2 tag -> brew install of the coverallsapp/coveralls formula under Homebrew 6 tap trust -> coverage-reporter binary -> report upload, with fail-on-error and no error masking. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Extend the macOS-only smoke test to ubuntu-latest, windows-latest, macos-latest and macos-15, covering all three install paths of the published action (Homebrew on macOS, GitHub-release binary download on Linux and Windows). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/workflows/smoke-test.yml, which verifies the full end-user chain of the published@v2tag — action resolution → reporter install (Homebrew tap on macOS, GitHub-release binary download on Linux/Windows) → real report upload withfail-on-error: trueand no error masking — onubuntu-latest,windows-latest,macos-latest, andmacos-15.This covers the gap that let #264 go unnoticed:
test.ymlexercises the local checkout (uses: ./) withcontinue-on-error: true, so it can neither see the published tag nor turn red when the install path breaks.Triggers:
Update Major Version Tagworkflow (so thev2tag has already moved).gh workflow run smoke-test.yml— instructions are in the workflow's comments.Validated on this branch: all four platforms green against published v2.3.8 (run).
🤖 Generated with Claude Code