Skip to content

Instantly share code, notes, and snippets.

@marchof
Created May 13, 2019 07:21
Show Gist options
  • Save marchof/a0cc43e0a078cf9e2e23485ba3ed7a1b to your computer and use it in GitHub Desktop.
Save marchof/a0cc43e0a078cf9e2e23485ba3ed7a1b to your computer and use it in GitHub Desktop.
JaCoCo Badge
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="100" height="20"><clipPath id="button"><rect width="100" height="20" rx="3" fill="#fff"/></clipPath><linearGradient id="light" x2="0" y2="100%"><stop offset="0" stop-opacity="0.1" stop-color="#bbb"/><stop offset="1" stop-opacity="0.1"/></linearGradient><g clip-path="url(#button)"><rect width="60" height="20" fill="#555"/><rect x="60" width="40" height="20" fill="#4c1"/><rect width="100" height="20" fill="url(#light)"/></g><g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="30" y="15" fill="#000" fill-opacity="0.3">coverage</text><text x="30" y="14" fill="#fff">coverage</text><text x="80" y="15" fill="#000" fill-opacity="0.3">92%</text><text x="80" y="14" fill="#fff">92%</text></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment