Add modern CI reporting, Phase 7.7 perf regression tests, and CLI --regression command#71
Merged
SureshKViswanathan merged 7 commits intomainfrom Feb 18, 2026
Merged
Conversation
…ts, coverage breakdown, lint report, and documentation status Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com>
…pecific exception handling in Python snippets Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add modern report generation for CI processes
Add modern CI reporting with GitHub Job Summary
Feb 17, 2026
Contributor
|
fix the build issue @copilot |
…d build failure Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com>
Contributor
Author
Fixed in |
Add PerformanceRegressionTests.swift with 10 test methods covering: - V2/V3/FHIR parsing throughput baselines - Memory profiling for large message volumes - Concurrent parsing scalability (2/4/8 tasks) - MLLP framing/deframing throughput - Object pool reuse rate regression checks - Streaming bundle performance - Latency percentile baselines (p50/p95/p99) - Comprehensive regression comparison with BenchmarkRunner Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e milestones Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com>
Copilot
AI
changed the title
Add modern CI reporting with GitHub Job Summary
Add modern CI reporting and Phase 7.7 performance regression tests
Feb 18, 2026
Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com>
Copilot
AI
changed the title
Add modern CI reporting and Phase 7.7 performance regression tests
Add modern CI reporting, Phase 7.7 perf regression tests, and CLI --regression command
Feb 18, 2026
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.
Description
Replaces the minimal one-line CI coverage output with rich GitHub Job Summary reports. Completes Phase 7.7 performance testing milestone with regression baseline tests and exposes the capability via the CLI.
Related Issues
Type of Change
Changes Made
CI Reporting (
ci.yml):█░progress bars, build/test duration tracking, 90% threshold checks, job outputs for downstream consumptiongrep -creturns exit code 1 on zero matches —|| echo "0"produced"0\n0"breaking arithmetic; changed to|| truePhase 7.7 Performance Regression Tests (
PerformanceRegressionTests.swift):CLI
--regressionflag:hl7 benchmark --regressionruns baseline checks against defined thresholds, reports PASS/WARN/FAIL per metric--format jsonfor programmatic consumptionDocs: CHANGELOG.md
[Unreleased], milestone.md Phase 7.7 ✓, README.md CI Reports section.Testing
Test Coverage
Manual Testing
6 new CLI tests (4 parser + 2 execution) for
--regression. 10 new performance regression baseline tests.Documentation
Standards Compliance
N/A — CI infrastructure, performance testing, and CLI tooling only.
Checklist
Performance Impact
No runtime library impact. CI workflow adds ~30s for report generation. CLI
--regressionexecutes benchmarks on demand only.Breaking Changes
None.
Screenshots (if applicable)
Reports render on the GitHub Actions Summary tab after CI runs.
Additional Notes
FileNotFoundError,json.JSONDecodeError) instead of bareexcept:split($0, a, ":")for colon-delimited LCOV formatFor Reviewers:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.