archived-codacy / php-codacy-coverage

Phar for uploading PHP code coverage to Codacy
https://www.codacy.com
MIT License
44 stars 18 forks source link

Fix Console compatibility with Symfony 5 #48

Closed julien-boudry closed 4 years ago

julien-boudry commented 4 years ago

Execute must return an integer since Symfony Console 5

julien-boudry commented 4 years ago

@lolgab Be careful: Pacxkagist is not auto-updated : https://packagist.org/packages/codacy/coverage

I can do it (a smal publicl CTA bottom right), and i do it now. Probably your process update Packagist only for release but not master branch?

lolgab commented 4 years ago

The package on packagist was uploaded by a Github Service. Github services are now deprecated. So I'm porting the build to CircleCI and trying to find another way to upload to packagist

lolgab commented 4 years ago

Thank you for letting us know :)

julien-boudry commented 4 years ago

You have just to use Github webhook ;)

lolgab commented 4 years ago

Done, I ported the build to CircleCI too. After that PR is merged, the result should go to packagist ;) Thank you again. Lorenzo