Skip to content
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

Possible bug fetching Pipfile.lock for public repository #9388

Closed
jackdewinter opened this issue Jul 15, 2023 · 3 comments
Closed

Possible bug fetching Pipfile.lock for public repository #9388

jackdewinter opened this issue Jul 15, 2023 · 3 comments
Labels
question Support questions, usage questions, unconfirmed bugs, discussions, ideas

Comments

@jackdewinter
Copy link

Are you experiencing an issue with...

shields.io

🐞 Description

As part of the Application Properties package, we have a public repo hosted on GitHub.

Using the predefined format and through https://shields.io/badges/git-hub-pipenv-locked-dependency-version-1, with the following properties:

This URL seems to always show: Default dependency not found.

I have tried various changes and forms of the URL, and each seems to produce the same result. I have double checked that https://github.com/jackdewinter/application_properties/blob/main/Pipfile.lock contains a valid file. Based on this information, I would expect it to work, but it is not.

🔗 Link to the badge

https://github.com/jackdewinter/application_properties/blob/main/README.md

💡 Possible Solution

No response

@jackdewinter jackdewinter added the question Support questions, usage questions, unconfirmed bugs, discussions, ideas label Jul 15, 2023
@chris48s
Copy link
Member

It is because black is a dev dependency. You want

https://img.shields.io/github/pipenv/locked/dependency-version/jackdewinter/application_properties/dev/black/main

I'm aware the docs for some of these badges with a number of variants are a bit all over the place at the moment. We're working on improving them.

@jackdewinter
Copy link
Author

Cool... when I went to https://shields.io/badges/git-hub-pipenv-locked-dependency-version-branch to check, there was little information for me to understand that because they are dev dependencies, that they need to be treated differently.

Any way I can help by suggesting better doc wording or anything?

@chris48s
Copy link
Member

Thanks for the offer of help.

When we launched the new website, we did a bit of a "best effort" conversion of the examples and documentation. One of the next jobs is to review the examples and documentation but at the moment, this process is a bit blocked: The next thing that needs to fall into place is getting #9320 merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Support questions, usage questions, unconfirmed bugs, discussions, ideas
Projects
None yet
Development

No branches or pull requests

2 participants