Conversation
Adds GitHub Actions workflow to run E2E tests on every PR with: - Automatic cancellation of old runs when new commits are pushed - Single PR comment that updates with results instead of creating duplicates - Test results showing commit SHA and workflow run link - Uses OpenAI API key from GitHub secrets for LLM judge Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
E2E Test ResultsCommit: d78d887 |
- Remove redundant dependency download (Go handles automatically) - Remove redundant mcpchecker build (script handles it) - Remove unnecessary EXIT_CODE capture - Add failure comment when job fails Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Use built-in mcpchecker summary instead of manual jq parsing - Add results to GitHub Actions step summary - Cleaner and more maintainable output generation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Use the built-in text output from mcpchecker summary directly instead of creating custom markdown tables. Simpler and cleaner. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Changed from claude-code to OpenAI agent to support CI environments where Claude CLI is not available. Using gpt-5-nano for cost efficiency. - Update eval.yaml to use builtin.openai-agent with gpt-5-nano - Set MODEL_BASE_URL and MODEL_KEY env vars in run-tests.sh - Pass MODEL_KEY in GitHub Actions workflow Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
=======================================
Coverage 78.37% 78.37%
=======================================
Files 27 27
Lines 1216 1216
=======================================
Hits 953 953
Misses 223 223
Partials 40 40 ☔ View full report in Codecov by Sentry. |
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.
No description provided.