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

Update year in the README
Author: xaizek
Author date (UTC): 2022-11-13 18:44
Committer name: xaizek
Committer date (UTC): 2022-11-14 18:25
Parent(s): a4352c144d5ba52801734c45d2a39a6035084101
Signing key: 99DC5E4DB05F6BE2
Tree: 0c91c4b3aad96ff86ed5e47e1f89ac01045b0271
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index bd1078a..109a35a)
1 **uncov**, _v0.4_, _2016 – 2021_
1 **uncov**, _v0.4_, _2016 – 2022_
2 2
3 3 _This file last updated on 8 June, 2021_ _This file last updated on 8 June, 2021_
4 4
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