badges not appearing on PyPI but appearing fine in README.md on gitlab server
We have few libraries on PyPI server. Their code for general setup and interface is the same. In a couple of repos scikit-surgercore and scikit-surgeryutils the badges of pipeline and coverage are not visible whereas in the other repo scikit-surgerydavinci all the badges appear fine. It is strange because the links are working fine but only the badges are not appearing.
I checked the setup.cfg in projects which is reading description from README.rst. The code part for badges is same for both working and non working repos. I checked the gitlab-server to search for .svg images but couldnt find them.
With some help I found that one of the image shows coverage svg but the other link show 404.
and
The second link shows the image if I am logged in to the gitlab. When I tried in incognito mode the second link showed 404.
My question is how can I change the permission of the file or the settings in the gitlab to fix the broken images.