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

Only create coverage for src folder #6

Merged
merged 1 commit into from
Sep 26, 2016
Merged

Only create coverage for src folder #6

merged 1 commit into from
Sep 26, 2016

Conversation

danez
Copy link
Contributor

@danez danez commented Sep 26, 2016

Currently the coverage also includes some files from the test folder
This changes phpunit to only include files from src by using a whitelist.

If it was intended, that the two test files are in the coverage report feel free to close.

The docs are here: https://phpunit.de/manual/current/en/code-coverage-analysis.html#code-coverage-analysis.whitelisting-files

Currently the coverage also includes some files from the test folder
This changes phpunit to only include files from src by using a whitelist.
@coveralls
Copy link

coveralls commented Sep 26, 2016

Coverage Status

Coverage decreased (-0.6%) to 97.619% when pulling cbb3513 on danez:phpunit into 4f6a115 on ivome:master.

@ivome ivome merged commit 27deeae into ivome:master Sep 26, 2016
@danez danez deleted the phpunit branch September 26, 2016 14:16
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.

None yet

3 participants