docs: add tested-platforms matrix; standardize CI workflow to ci.yml#6
Merged
Merged
Conversation
Replace the stale 'Tested with bash 4.3.48' note with an OS/shell test matrix. Rename the CI workflow to ci.yml (name: CI) to match alexzhangs/xsh and the other xsh-lib repos; CI badge now points at ci.yml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
alexzhangs
force-pushed
the
chore/uniform-ci-and-readme-matrix
branch
from
June 14, 2026 14:31
bc0ab13 to
559c711
Compare
…actor badges Run test.sh directly under kcov (shell collector), scoped to functions/; script utilities run as child bash and aren't instrumentable. The cobertura is normalized to repo-relative, line-only paths. Upload is best-effort (fail_ci_if_error: false) via the xsh-lib CODECOV_TOKEN. Adds codecov + CodeFactor badges. NOTE: Codecov-side report processing is currently failing for this repo (REPORT_EMPTY on every report, incl. a minimal valid one) — coverage measurement is green; the codecov badge will populate once that is resolved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
alexzhangs
force-pushed
the
chore/uniform-ci-and-readme-matrix
branch
from
June 14, 2026 15:52
74d117f to
6d508c4
Compare
…arch/files) Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Replace the stale "Tested with bash 4.3.48" note with an OS/shell test matrix. Rename the CI workflow to
ci.yml(name: CI) to matchalexzhangs/xshand sibling repos; CI badge now points atci.yml.