coverage-badge.svg•863 B
<svg xmlns='http://www.w3.org/2000/svg' width='106' height='20' role='img' aria-label='coverage: 84.6%'>
<linearGradient id='smooth' x2='0' y2='100%'>
<stop offset='0' stop-color='#bbb' stop-opacity='.1' />
<stop offset='1' stop-opacity='.1' />
</linearGradient>
<mask id='round'>
<rect width='106' height='20' rx='3' fill='#fff'/>
</mask>
<g mask='url(#round)'>
<rect width='66' height='20' fill='#555'/>
<rect x='66' width='40' height='20' fill='#a4a61d'/>
<rect width='106' height='20' fill='url(#smooth)'/>
</g>
<g fill='#fff' text-anchor='middle' font-family='DejaVu Sans,Verdana,Geneva,sans-serif' font-size='11'>
<text x='33.0' y='15' fill='#010101' fill-opacity='.3'>coverage</text>
<text x='33.0' y='14'>coverage</text>
<text x='86.0' y='15' fill='#010101' fill-opacity='.3'>84.6%</text>
<text x='86.0' y='14'>84.6%</text>
</g>
</svg>