xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Subject SHA-1 Author Date
Bump version to v0.5 50c0d85cbc071b41349df126d5bad49c749ba632 xaizek 2022-11-18 17:50:36
Update docs for newer pandoc version cdb2db346fe9c027a79c4b1381522569b2e7def7 xaizek 2022-11-18 17:49:45
Fix CI config 10872b7c328c10503841b17dc113d287a4c2adc5 xaizek 2022-11-13 18:42:51
Run tests under valgrind on CI 019fd569c504280e6ec44f0ae06bc59b6de62428 xaizek 2022-11-13 18:42:01
Handle empty command in runProc() explicitly 8dbcb66b497859d19fc620b2815452300053f5f8 xaizek 2022-11-14 12:27:16
Always use g++ to produce .gcda file ad4bd0fd603c341d9fac64131c0bfe1f12162cdc xaizek 2022-11-13 22:52:43
Update year in the README 71a04488d7a1b7bc5903653c0d590837fbd86180 xaizek 2022-11-13 18:44:05
Fix use-after-free in sqlite queries a4352c144d5ba52801734c45d2a39a6035084101 xaizek 2022-04-20 17:56:57
Take advantage of --stdout gcov option if present 097f4deccb5f03a7f77f49c1fe41ce6ee5d2d00d xaizek 2022-04-08 11:12:59
Generalize GcovImporter::runner_f aa075c155c07fed338b9401c15a9521eb341e23a xaizek 2022-04-08 10:43:28
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