Build badges as png instead of svg

Hi,

first thanks for the great project!

One issue I’ve recently ran into with drone CI is, that the build badges are only provided as SVG.

In most cases this is fine, however the extension marketplace for Visual Studio Code rejects all extensions that link to SVG images in their README :angry: .

Instead they recommend to use PNGs instead.

So for this case it would be quite useful, to not only have …/status.svg, but also …/status.png.

There are no plans to add PNG file support to Drone server at this time, however, we do integrate with the shields.io project which supports many great customizations, including PNG files:

See https://shields.io/category/build

1 Like