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

Build using macos-sonoma on AppVeyor
Ventura's binary cache got dropped by HomeBrew, so bumping.
Author: xaizek
Author date (UTC): 2025-11-21 10:06
Committer name: xaizek
Committer date (UTC): 2025-11-21 10:07
Parent(s): baa6a02a86725323d65ace5647824476e5af93d9
Signing key: 99DC5E4DB05F6BE2
Tree: 997c568d38a2f24fec56ee98c634424240e08209
File Lines added Lines deleted
scripts/appveyor/config.yml 1 1
File scripts/appveyor/config.yml changed (mode: 100644) (index 2c6ed0d..1ead91f)
... ... environment:
28 28 - BUILDENV: macos - BUILDENV: macos
29 29 CC: ccache clang CC: ccache clang
30 30 CXX: ccache clang++ CXX: ccache clang++
31 APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura
31 APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
32 32 - BUILDENV: valgrind - BUILDENV: valgrind
33 33 CC: ccache gcc CC: ccache gcc
34 34 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