ci: consolidate checks into single workflow with release-please gate#124
Conversation
There was a problem hiding this comment.
zizmor found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
=========================================
Coverage 27.24% 27.24%
Complexity 174 174
=========================================
Files 15 15
Lines 1817 1817
=========================================
Hits 495 495
Misses 1322 1322
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Consolidates PHPUnit, Multisite, PHPCS, PHPStan, and Plugin Check into a single
ci.ymlwith a gate job that skips all checks on release-please branches and PRs (refs #119).Note for reviewers: Required status check names will change from e.g.
PHPUnit / PHP 7.4toCI / PHP 7.4. If branch protection has the old names configured, those rules will need updating by an org admin after merge.