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

Composer And Travis Updates #1400

Merged
merged 4 commits into from Sep 19, 2014
Merged

Composer And Travis Updates #1400

merged 4 commits into from Sep 19, 2014

Conversation

GrahamCampbell
Copy link
Contributor

No description provided.

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<phpunit bootstrap="tests/common/bootstrap.php" colors="true" strict="true">
<phpunit bootstrap="tests/common/bootstrap.php" colors="true">
Copy link
Member

Choose a reason for hiding this comment

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

Same comments as in PR https://github.com/phpDocumentor/GraphViz/pull/11/files#r16568057 apply; I can only merge this if disabling strict does not cause the @covers tag (and hence code coverage) to suddenly mark all executed code as covered, instead of that which we indicate is covered

Copy link
Member

Choose a reason for hiding this comment

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

I don't believe it alters how @covers marks code lines in the code coverage report. I made this change in my own builds with the v4 upgrade, until such time as I can tighten up the cover annotations. As best I can tell, strict just decides if the passing test is considered a "very good pass" vs a "sloppy pass".

@GrahamCampbell
Copy link
Contributor Author

I've just rebased this. Is it good to merge?

@mvriel
Copy link
Member

mvriel commented Sep 19, 2014

Currently running the unit tests to generate code coverage before this change, then I will apply this change locally and rerun code coverage to determine the effect of removing strict

@mvriel mvriel merged commit aea78f8 into phpDocumentor:develop Sep 19, 2014
@mvriel
Copy link
Member

mvriel commented Sep 19, 2014

It all worked out perfectly! Thanks for this contribution!

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