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

Improve scripts/appveyor/ubuntu-prepare.sh
Use long version of `-y` passed to `apt install` and add `--quiet`
(doesn't seem to have an effect) and `--no-install-recommends`.
Author: xaizek
Author date (UTC): 2025-11-26 12:59
Committer name: xaizek
Committer date (UTC): 2025-11-26 12:59
Parent(s): 1375a06ba96ff0197321e855cecc5f2922fd3b2d
Signing key: 99DC5E4DB05F6BE2
Tree: 5eea1cc86d991b029487a7c570f9371209c5422e
File Lines added Lines deleted
scripts/appveyor/ubuntu-prepare.sh 10 9
File scripts/appveyor/ubuntu-prepare.sh changed (mode: 100755) (index 9f9e7b8..4c09896)
2 2
3 3 set -xe set -xe
4 4
5 sudo apt install -y libboost-filesystem-dev \
6 libboost-iostreams-dev \
7 libboost-program-options-dev \
8 libboost-system-dev \
9 libgit2-dev \
10 libsource-highlight-dev \
11 libsqlite3-dev \
12 libtntnet-dev \
13 ccache
5 sudo apt install --quiet --assume-yes --no-install-recommends \
6 libboost-filesystem-dev \
7 libboost-iostreams-dev \
8 libboost-program-options-dev \
9 libboost-system-dev \
10 libgit2-dev \
11 libsource-highlight-dev \
12 libsqlite3-dev \
13 libtntnet-dev \
14 ccache
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