PUGX / badge-poser

The PHP badges, renders some badges for your readme with the packagist information.
https://poser.pugx.org
MIT License
476 stars 93 forks source link

composer.lock commit status is wrong #224

Closed MrMitch closed 4 years ago

MrMitch commented 6 years ago

For mesavolt/named-enum, the status of the composer.lock is wrong. It is detected as composer.lock(shows uncommited ATM), but the composer.lock file is actually committed to the repository.

MrMitch commented 6 years ago

Example output from https://poser.pugx.org/

image

JellyBellyDev commented 6 years ago

I think that not work because your default branch is not master but develop... Badge poser searches the file composer.lock insidereponame/blob/master/composer.lock

Moskito89 commented 4 years ago

I believe that this issue still exist. I have problems in all of my libraries. One is here: https://bitbucket.org/wirbelwild/idml-validator The lock file is committed: https://bitbucket.org/wirbelwild/idml-validator/src/master/composer.lock but the badge says no: https://poser.pugx.org/bitandblack/idml-validator/composerlock

JellyBellyDev commented 4 years ago

I'm sorry but the tools works only the repo github hosted!