As mod/plugin (or app) author are you using phpunit in your CI/CD pipelines? If not; why not?
I realize this question cuts across more than your local. Many authors may use it locally, but what about those authors that have users that contribute (@vbgamer45, @Arantor come to mind) and need a CI/CD pipeline that enforces a standard. Not only for unit testing, but for formatting as well.
What are your targets for test coverage?
Does your coverage targets depend on the platform you are developing for, or, do you have personal targets that you impose on your code before it can be released?
I realize this question cuts across more than your local. Many authors may use it locally, but what about those authors that have users that contribute (@vbgamer45, @Arantor come to mind) and need a CI/CD pipeline that enforces a standard. Not only for unit testing, but for formatting as well.
What are your targets for test coverage?
Does your coverage targets depend on the platform you are developing for, or, do you have personal targets that you impose on your code before it can be released?