freed /data of stuff that is only github relevant

pull/14/head
sezanzeb 4 years ago
parent 9b928d6ab5
commit e315b74de4

@ -11,7 +11,7 @@ pylint_badge() {
# https://github.com/jongracecox/anybadge
pylint_output=$(pylint keymapper --extension-pkg-whitelist=evdev)
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
echo "pylint badge created"
}
@ -20,4 +20,4 @@ pylint_badge &
coverage_badge &
# wait for all badges to be created
wait
wait

@ -15,7 +15,7 @@
<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="14">coverage</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">83%</text>
<text x="80" y="14">83%</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">85%</text>
<text x="80" y="14">85%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 904 B

After

Width:  |  Height:  |  Size: 904 B

Loading…
Cancel
Save