Skip to content
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

Doc: run tests with code coverage #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aaa2000
Copy link

@aaa2000 aaa2000 commented Oct 9, 2023

Without code coverage,

Failure (17 tests, 32/32 methods, 0 void method, 0 skipped method, 0 uncompleted method, 0 failure, 32 errors, 0 exception)!
> There are 32 errors:

=> M6Web\Bundle\LogBridgeBundle\Tests\Units\Config\Configuration::testConfiguration():
==> Error E_WARNING in xxxx/vendor/atoum/atoum/classes/test.php on line 1344, generated by file xxxxe/vendor/atoum/atoum/classes/test.php on line 1344:
Code coverage needs to be enabled in php.ini by setting 'xdebug.mode' to 'coverage'

=> M6Web\Bundle\LogBridgeBundle\Tests\Units\Config\Filter::testFilter():
==> Error E_WARNING in xxxx/vendor/atoum/atoum/classes/test.php on line 1344, generated by file xxx/vendor/atoum/atoum/classes/test.php on line 1344:
Code coverage needs to be enabled in php.ini by setting 'xdebug.mode' to 'coverage'

....

@aaa2000 aaa2000 requested a review from a team as a code owner October 9, 2023 21:04
@Oliboy50 Oliboy50 force-pushed the readme-run-tests-with-coverage branch from 75dff40 to 104a848 Compare October 10, 2023 07:07
README.md Outdated Show resolved Hide resolved
Co-authored-by: Oliver THEBAULT <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants