Skip to content

Conversation

SimonHeimberg
Copy link
Contributor

Contribution type

improvement

Description of change

phpunit checks output file generated by coverage instead of directory.
It reports clearly when the report was not created successfully.


if ($fileSystem->exists($this->buildLocation) &&
if ($fileSystem->exists($this->buildLocation.'.index.html') &&
Copy link
Member

@corpsee corpsee Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimonHeimberg I guess it should be $fileSystem->exists($this->buildLocation . '/index.html')

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verry likely, yes. Strange, why did I not see this? I run my system like this since a longer time...

@corpsee corpsee assigned SimonHeimberg and unassigned corpsee Mar 19, 2020
@corpsee corpsee merged commit 8005a2d into php-censor:master Mar 20, 2020
@corpsee
Copy link
Member

corpsee commented Mar 20, 2020

@SimonHeimberg Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants