Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Updated to php-coveralls/php-coveralls #282

Merged
merged 1 commit into from
Jan 4, 2018
Merged

Updated to php-coveralls/php-coveralls #282

merged 1 commit into from
Jan 4, 2018

Conversation

michalbundyra
Copy link
Member

With version 2 package has been renamed from satooshi/php-coveralls to php-coveralls/php-coveralls, and the script has been renamed from coveralls to php-coveralls

With version 2 package has been renamed from "satooshi/php-coveralls"
to "php-coveralls/php-coveralls", and the script has been renamed
from "coveralls" to "php-coveralls"
@@ -54,7 +54,6 @@
"@cs-check",
"@test"
],
"upload-coverage": "coveralls -v",
Copy link
Member

Choose a reason for hiding this comment

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

Why this change, exactly? The point of having a script is so that we can make a change to the script, without having to make a change to the travis configuration...

This should change to:

"upload-coverage": "php-coveralls -v",

and then the .travis.yml only needs a change in terms of the COVERAGE_DEPS declaration.

I'll take care of that during merge.

Copy link
Member Author

Choose a reason for hiding this comment

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

@weierophinney I think this is what we agreed on slack and what was merged into maintainers repository:
zendframework/maintainers#38

The script is only used in travis build and imho it shouldn't be available to the developers.

Copy link
Member

Choose a reason for hiding this comment

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

@webimpress I'd totally forgotten that conversation!

I've opened #288 to re-instate these changes.

@weierophinney weierophinney merged commit 9f7e9aa into zendframework:master Jan 4, 2018
weierophinney added a commit that referenced this pull request Jan 4, 2018
Updated to php-coveralls/php-coveralls
weierophinney added a commit that referenced this pull request Jan 4, 2018
weierophinney added a commit that referenced this pull request Jan 4, 2018
@weierophinney
Copy link
Member

Thanks, @webimpress.

@Xerkus Xerkus added this to the 1.7.0 milestone Jan 6, 2018
@michalbundyra michalbundyra deleted the hotfix/php-coveralls branch January 12, 2018 14:35
@weierophinney
Copy link
Member

@Xerkus We do not need to add patches that only change docs or QA tooling to milestones or to the changelogs; these are internal and not user facing.

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

Successfully merging this pull request may close these issues.

3 participants