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

Use Ubuntu2204 to build with clang on AppVeyor
There is weird crash on Ubuntu2004 that's probably unrelated to uncov.
Author: xaizek
Author date (UTC): 2025-11-21 11:57
Committer name: xaizek
Committer date (UTC): 2025-11-21 11:58
Parent(s): 58fb35bda72a9b3345d43376377a5401f375ef5d
Signing key: 99DC5E4DB05F6BE2
Tree: ce271071ac64f52789b1763e9b0aad78e05e16ee
File Lines added Lines deleted
scripts/appveyor/config.yml 1 1
File scripts/appveyor/config.yml changed (mode: 100644) (index 1ead91f..c503759)
... ... environment:
20 20 - BUILDENV: ubuntu - BUILDENV: ubuntu
21 21 CC: ccache clang CC: ccache clang
22 22 CXX: ccache clang++ CXX: ccache clang++
23 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
23 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
24 24 - BUILDENV: ubuntu - BUILDENV: ubuntu
25 25 CC: ccache gcc CC: ccache gcc
26 26 CXX: ccache g++ CXX: ccache g++
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