-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Drop GitHub pages, switch to coveralls #1360
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
Conversation
First step to fix PHPOffice#1355
@troosan I just noticed that you disabled pushing the coverage after builds in the I just confirmed locally that removing the |
This change would probably also mean moving from scrutinizer to something like coveralls. |
indeed, for now I just modified the script not to make it worse on each dev build. |
@troosan Looks like coveralls integration is working! Can you try adding it to the repo? |
composer.json
Outdated
@@ -61,7 +61,8 @@ | |||
"php": "^5.3.3 || ^7.0", | |||
"ext-xml": "*", | |||
"zendframework/zend-escaper": "^2.2", | |||
"phpoffice/common": "^0.2" | |||
"phpoffice/common": "^0.2", | |||
"php-coveralls/php-coveralls": "1.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be in require-dev instead?
And there is first coveralls report! |
Thanks for taking over @troosan! The last thing that needs to be done now is to delete the gh-pages branch from the GitHub UI, garbage collection should take care of the rest 👍 Edit: Awesome, looks like it worked 💯 |
Fixes #1355