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

Some CI debugging
Author: xaizek
Author date (UTC): 2025-11-21 13:56
Committer name: xaizek
Committer date (UTC): 2025-11-21 15:03
Parent(s): 6be45c1bd81391762025cb11fb12ad48ecc8d9e7
Signing key: 99DC5E4DB05F6BE2
Tree: d6182bc1ed96bf1483f44ca60d25508c15ba771a
File Lines added Lines deleted
scripts/appveyor/ubuntu-prepare.sh 13 0
File scripts/appveyor/ubuntu-prepare.sh changed (mode: 100755) (index 9f9e7b8..9fe213b)
... ... sudo apt install -y libboost-filesystem-dev \
11 11 libsqlite3-dev \ libsqlite3-dev \
12 12 libtntnet-dev \ libtntnet-dev \
13 13 ccache ccache
14
15 g++ --version
16 gcov --version
17
18 sudo apt install -y ggcov || true
19
20 g++ --version
21 gcov --version
22
23 sudo apt install -y gcov || true
24
25 g++ --version
26 gcov --version
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