mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-08 07:10:36 +00:00
freed /data of stuff that is only github relevant
This commit is contained in:
parent
9b928d6ab5
commit
e315b74de4
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user