archived-codacy / php-codacy-coverage

Phar for uploading PHP code coverage to Codacy

Home Page:https://www.codacy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use phar in git repo is ugly

kirillkomlev opened this issue · comments

Hello, everybody.

Why are you store bin/phar/codacycoverage.phar in git repo? If I want modify some of files, I need regenerate this phar file. It's not hard, but really duplicate your code and seem ugly.

I don't know projects, that use phar like you. Many projects has phar.builder script, that can generate phar in they repo, but doesn't store phar.

Why I need download 21Kb (your phar size) unusefull traffic, when install dependency from composer?

I have looked your documentation for word phar (in this project and in http://docs.codacy.com) and have n't find any requirements or code example that use this phar.

Could you remove it from your repo?

Removed in ceefe56.