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

Remove unnecessary comma in a date in README.md
Author: xaizek
Author date (UTC): 2025-08-16 12:21
Committer name: xaizek
Committer date (UTC): 2025-08-16 12:21
Parent(s): 3aac8569d6b389e0e91d22262bcad81577b9758a
Signing key: 99DC5E4DB05F6BE2
Tree: 3f280de93514bde55375bb0cdaaa0647f25f0d04
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index a8c6dd5..64e0813)
1 1 **uncov**, _v0.5_, _2016 – 2024_ **uncov**, _v0.5_, _2016 – 2024_
2 2
3 _This file last updated on 20 January, 2024_
3 _This file last updated on 20 January 2024_
4 4
5 5 1. [Description](#description) 1. [Description](#description)
6 6 2. [Supported Environment](#supported-environment) 2. [Supported Environment](#supported-environment)
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