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

Add a list of packages required on Ubuntu
Author: Sergey Bronnikov
Author date (UTC): 2023-08-03 13:21
Committer name: Sergey Bronnikov
Committer date (UTC): 2023-08-03 13:24
Parent(s): 2d8948482366e64e32f0af9035d6f155d29544cb
Signing key:
Tree: 463cec89892ce15f60f2532498a1354087ecc92e
File Lines added Lines deleted
README.md 2 0
File README.md changed (mode: 100644) (index 14d8b62..9929969)
... ... Expected to work in Unix-like environments.
78 78 * (optional) [python][python] for collecting coverage for C and C++ using * (optional) [python][python] for collecting coverage for C and C++ using
79 79 `uncov-gcov` instead of a subcommand. `uncov-gcov` instead of a subcommand.
80 80
81 Install prerequisites on Ubuntu: `apt install -y make clang pandoc zlib1g-dev libsqlite3-dev libboost1.74-all-dev libsource-highlight-dev libgit2-dev libcxxtools-dev libtntnet-dev`
82
81 83 ## Usage ## ## Usage ##
82 84
83 85 Using subcommand (should be faster and less problematic): Using subcommand (should be faster and less problematic):
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