I can't add coverage test within phpunit

Hi @nagla_aly,

can you clarify a bit more about what is missing to get the coverage for your project?
In the documentation, you mentioned a complete example build workflow is provided.
Did you already analyze your project with a GitHub action, or do you still use Autoscan?

At this point, you should be in the onboarding tutorial specific to your CI. Follow the tutorial and when it asks, What option best describes your build?, choose Other (for JS, TS, Go, Python, PHP, …). When you are done with the tutorial, you should have a functioning CI-based analysis setup for your PHP project. The next step is to adjust it to get coverage working.

Best,
Nils