aconrad / pycobertura

A code coverage diff tool for Cobertura reports
MIT License
116 stars 39 forks source link

Use markdown to display pycobertura logo #158

Closed aconrad closed 2 years ago

aconrad commented 2 years ago

On Pypi, the pycobertura logo is broken, see screenshot of pypi:

Screen Shot 2022-10-09 at 7 27 55 PM

The other images in the README are properly displayed because they use Markdown but the logo uses the <img> tag.

Using <img> allows resizing the image but with Markdown it's not possible, at least not with Github (I tried this). So let's leave it large for now. It makes the logo more prominent, but why not, it's a beautiful logo. 😄 We could change the size in the SVG file but I just didn't want to tamper the original file.