freed /data of stuff that is only github relevant

This commit is contained in:
sezanzeb 2020-11-27 00:39:36 +01:00
parent 9b928d6ab5
commit e315b74de4
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ pylint_badge() {
# https://github.com/jongracecox/anybadge # https://github.com/jongracecox/anybadge
pylint_output=$(pylint keymapper --extension-pkg-whitelist=evdev) pylint_output=$(pylint keymapper --extension-pkg-whitelist=evdev)
rating=$(echo $pylint_output | grep -Po "rated at .+?/" | grep -Po "\d+.\d+") rating=$(echo $pylint_output | grep -Po "rated at .+?/" | grep -Po "\d+.\d+")
rm data/pylint.svg rm readme/pylint.svg
anybadge -l pylint -v $rating -f readme/pylint.svg pylint anybadge -l pylint -v $rating -f readme/pylint.svg pylint
echo "pylint badge created" echo "pylint badge created"
} }

View File

@ -15,7 +15,7 @@
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
<text x="31.5" y="14">coverage</text> <text x="31.5" y="14">coverage</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">83%</text> <text x="80" y="15" fill="#010101" fill-opacity=".3">85%</text>
<text x="80" y="14">83%</text> <text x="80" y="14">85%</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 904 B

After

Width:  |  Height:  |  Size: 904 B