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

Switch to macos-ventura on AppVeyor
Looks like Monterey got dropped by Homebrew after its support has been
stopped as builds now fail while trying to build packages from sources.
Author: xaizek
Author date (UTC): 2025-08-16 14:08
Committer name: xaizek
Committer date (UTC): 2025-08-16 14:20
Parent(s): d6c03d1eead51d70a06f71531a3eb1f11a707769
Signing key: 99DC5E4DB05F6BE2
Tree: 685995b62771580ae35bc24254491783be9eadc6
File Lines added Lines deleted
scripts/appveyor/config.yml 1 1
File scripts/appveyor/config.yml changed (mode: 100644) (index 96a54e6..2c6ed0d)
... ... 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-monterey
31 APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura
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