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

Improve formatting of Ubuntu section in the README
Author: xaizek
Author date (UTC): 2024-01-20 14:25
Committer name: xaizek
Committer date (UTC): 2024-01-20 14:25
Parent(s): ef2f1d64c8465352ac615d1d6c053fedc53382b6
Signing key: 99DC5E4DB05F6BE2
Tree: 1c9500baaebc249162ca387eb7b8acdf880c907b
File Lines added Lines deleted
README.md 11 3
File README.md changed (mode: 100644) (index 9929969..7a1c34f)
1 **uncov**, _v0.5_, _2016 – 2022_
1 **uncov**, _v0.5_, _2016 – 2024_
2 2
3 _This file last updated on 18 November, 2022_
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)
 
... ... 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`
81 ### Ubuntu packages ###
82
83 ```
84 apt install -y make clang zlib1g-dev libsqlite3-dev libboost1.74-all-dev libsource-highlight-dev libgit2-dev
85 # optionally, if you want to build Web-UI
86 apt install -y libcxxtools-dev libtntnet-dev`
87 # optionally, if you intent to edit docs/*/*.md
88 apt install -y pandoc
89 ```
82 90
83 91 ## Usage ## ## Usage ##
84 92
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