Last active
March 26, 2024 14:13
-
-
Save SQLDBAWithABeard/7a5d2837e29654202f22392187c75fec to your computer and use it in GitHub Desktop.
dbachecks status badges
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg width="212.5" height="20" viewBox="0 0 2125 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Tests: 466 tests, 1 815 runs: failure"> | |
<title>Tests: 466 tests, 1 815 runs: failure</title> | |
<linearGradient id="a" x2="0" y2="100%"> | |
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/> | |
<stop offset="1" stop-opacity=".1"/> | |
</linearGradient> | |
<mask id="m"><rect width="2125" height="200" rx="30" fill="#FFF"/></mask> | |
<g mask="url(#m)"> | |
<rect width="391" height="200" fill="#555"/> | |
<rect width="1734" height="200" fill="#800000" x="391"/> | |
<rect width="2125" height="200" fill="url(#a)"/> | |
</g> | |
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110"> | |
<text x="60" y="148" textLength="291" fill="#000" opacity="0.25">Tests</text> | |
<text x="50" y="138" textLength="291">Tests</text> | |
<text x="446" y="148" textLength="1634" fill="#000" opacity="0.25">466 tests, 1 815 runs: failure</text> | |
<text x="436" y="138" textLength="1634">466 tests, 1 815 runs: failure</text> | |
</g> | |
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist holds the status badges for the dbachecks repository and module. | |
They are created by the GitHub action in the repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment