-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phpunit & code coverage support #80
Comments
Phpunit (or codeception, phpspec, ...) won't be a part of phpqa.
|
it's a part of assurance quality of code... and the main goal of phpqa (IMHO), it's a facade / proxy / facilitator to others tools to analyse / get metrics of applicative in one cmd, and not care of "dev/deps" of project (less download during ci-cycles), and one more thing, phpqa.html let us to group all analyses in a cool way (for visual interact ex: qa.my.-project.staging.toto.com) and the code coverage can be a great place here. u get my point of view , or there is no way ? :) |
No way to run phpunit via It could be possible to add "other files" or links to phpqa report. report:
external:
PHPUnit: var/phpunit/coverage/
testdox: var/phpunit/testdox.html But that's a tricky and I don't want to do that right now.
How does that sound with phpunit? Not very good, at least for me :) |
there is 2 schools here ( like often times ), this workaround (external) for code coverage is indeed what i need. |
Phpunit reports in phpqa are nice, but running phpunit from phpqa is tricky...
|
works like a charms ! perfect 👍 |
Hi,
TY for this pratical tool ;) one line command save my time ! ;)
It's possible to integrate phpunit and particulary code coverage integrate in the UI ?
Thanks in advance for you're response
seb
The text was updated successfully, but these errors were encountered: