Conversation
use default category and remove input schema
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## trunk #156 +/- ##
=============================================
- Coverage 80.46% 22.52% -57.94%
Complexity 178 178
=============================================
Files 20 20
Lines 1474 1474
Branches 120 119 -1
=============================================
- Hits 1186 332 -854
- Misses 288 1142 +854
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Two small changes to the Getting Started example to make sure it works out of the box.
As of now, if you copy and paste the example you get 2 errrors:
execute()you get an error because it's expecting an input.Not sure if that was intentional, but I do think it's valuable to have an example that just works in this section.