xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Commit 7cbc6a2a59766bd2c04ff18d65d799b1dacefbeb

Make text on a badge more legible via better fonts
Author: xaizek
Author date (UTC): 2023-03-05 14:51
Committer name: xaizek
Committer date (UTC): 2023-03-05 14:51
Parent(s): 7b8cd9d73b457e17466daa9a0a2ad538e5a5f0ab
Signing key: 99DC5E4DB05F6BE2
Tree: 8bfe87c991a04bd7ef15838d35d93ae68592be62
File Lines added Lines deleted
web/badge.ecpp 4 1
File web/badge.ecpp changed (mode: 100644) (index 0511c60..f24e0a9)
... ... along with uncov. If not, see <http://www.gnu.org/licenses/>.
71 71 <rect rx="3" x="55" width="35" height="20" fill="<$ color $>"/> <rect rx="3" x="55" width="35" height="20" fill="<$ color $>"/>
72 72 <path fill="<$ color $>" d="M55 0h4v20h-4z"/> <path fill="<$ color $>" d="M55 0h4v20h-4z"/>
73 73 <rect rx="3" width="90" height="20" fill="url(#a)"/> <rect rx="3" width="90" height="20" fill="url(#a)"/>
74 <g fill="#fff" text-anchor="middle" font-family="sans-serif" font-size="11">
74 <g fill="#fff"
75 text-anchor="middle"
76 font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
77 font-size="11">
75 78 <text x="26.5" y="15" fill="#010101" fill-opacity=".3">covered</text> <text x="26.5" y="15" fill="#010101" fill-opacity=".3">covered</text>
76 79 <text x="26.5" y="14">covered</text> <text x="26.5" y="14">covered</text>
77 80 <text x="72.5" y="15" fill="#010101" fill-opacity=".3"><$ label $></text> <text x="72.5" y="15" fill="#010101" fill-opacity=".3"><$ label $></text>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/uncov

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/uncov

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master