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

Switch to macos-monterey on AppVeyor
Looks like BigSur was now also dropped by Homebrew as builds
now fail while trying to build packages from sources.
Author: xaizek
Author date (UTC): 2024-01-20 22:18
Committer name: xaizek
Committer date (UTC): 2024-01-20 22:18
Parent(s): 47c338bf9aae225021b833558859955b84b88d42
Signing key: 99DC5E4DB05F6BE2
Tree: f8af16b7ff3a003dd3ce098ea161b488e167152b
File Lines added Lines deleted
scripts/appveyor/config.yml 1 1
File scripts/appveyor/config.yml changed (mode: 100644) (index 5d3c9d2..96a54e6)
... ... 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-bigsur
31 APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
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