freed /data of stuff that is only github relevant

This commit is contained in:
sezanzeb 2020-11-27 00:36:05 +01:00 committed by sezanzeb
parent d3b971414a
commit 90b6f51d84
5 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
<p align="center"><i>A Linux tool to change the mapping of your input device buttons.</i></p>
<p align="center"><img src="data/pylint.svg"/> <img src="data/coverage.svg"/></p>
<p align="center"><img src="readme/pylint.svg"/> <img src="readme/coverage.svg"/></p>
<p align="center">
<img src="data/screenshot.png"/>
<img src="readme/screenshot.png"/>
</p>
<br/>

View File

@ -3,7 +3,7 @@
coverage_badge() {
# https://github.com/dbrgn/coverage-badge
coverage run --branch --source=/usr/lib/python3.8/site-packages/keymapper tests/test.py
python3 -m coverage_badge > data/coverage.svg
python3 -m coverage_badge > readme/coverage.svg
echo "coverage badge created"
}
@ -11,8 +11,8 @@ 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
anybadge -l pylint -v $rating -f data/pylint.svg pylint
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

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB