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

Fix a typo in README.md
Author: xaizek
Author date (UTC): 2025-10-04 15:54
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:54
Parent(s): 41d9e33b208bb7c678b008fa20cc32d930a42e8f
Signing key: 99DC5E4DB05F6BE2
Tree: 525e1024540815024c06c1c1577bc63a2c6cd135
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 64e0813..21c1162)
... ... Expected to work in Unix-like environments.
83 83 ``` ```
84 84 apt install -y make clang zlib1g-dev libsqlite3-dev libboost1.74-all-dev libsource-highlight-dev libgit2-dev apt install -y make clang zlib1g-dev libsqlite3-dev libboost1.74-all-dev libsource-highlight-dev libgit2-dev
85 85 # optionally, if you want to build Web-UI # optionally, if you want to build Web-UI
86 apt install -y libcxxtools-dev libtntnet-dev`
86 apt install -y libcxxtools-dev libtntnet-dev
87 87 # optionally, if you intent to edit docs/*/*.md # optionally, if you intent to edit docs/*/*.md
88 88 apt install -y pandoc apt install -y pandoc
89 89 ``` ```
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