Open
Conversation
11 tasks
justlevine
commented
Aug 17, 2025
| # - Make Composer packages available globally. | ||
| # - Runs PHPCS on the full codebase. | ||
| # - Generate a report for displaying issues as pull request annotations. | ||
| phpcs: |
Owner
Author
There was a problem hiding this comment.
justlevine
commented
Aug 17, 2025
| # - Runs PHPStan static analysis (with Pull Request annotations). | ||
| # - Saves the PHPStan result cache. | ||
| # - Ensures version-controlled files are not modified or deleted. | ||
| phpstan: |
Owner
Author
There was a problem hiding this comment.
Need to update and run it in wp-env so it has the abilities api.
https://github.com/justlevine/mcp-adapter/actions/runs/17025459001/job/48260246369
justlevine
commented
Aug 17, 2025
.github/workflows/test.yml
Outdated
| npm run wp-env -- run cli wp core version | ||
|
|
||
| - name: Run PHPUnit tests${{ matrix.coverage && ' with coverage report' || '' }} | ||
| continue-on-error: true |
Owner
Author
There was a problem hiding this comment.
But then how do I know you failed 🤔
https://github.com/justlevine/mcp-adapter/actions/runs/17025459001/job/48260246414
justlevine
commented
Aug 17, 2025
| if: ${{ matrix.coverage }} | ||
| uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 | ||
| with: | ||
| token: ${{ secrets.CODECOV_TOKEN }} |
Owner
Author
There was a problem hiding this comment.
Would need to add this before merging a real PR.
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.
Tracking WordPress#8