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

Fix `make clean` for tests/test-repo-gcno/* again
Commit ff4bd66f57 ("Fix `make clean` for tests/test-repo-gcno/*")
switched from removing test-repo-gcno-main.{gcda,gcno} to removing
test-repo-gcno.{gcda,gcno}, now the old name is back (at least in GCC
15.2.0)... Using globs this time to not depend on how GCC names things.
Author: xaizek
Author date (UTC): 2025-08-16 12:21
Committer name: xaizek
Committer date (UTC): 2025-08-16 12:21
Parent(s): 29b22a2ee714bd2a91245103840631ebfccbfd34
Signing key: 99DC5E4DB05F6BE2
Tree: 5f28dc79e1ef8ef3c709d1283ce642a5b5b73117
File Lines added Lines deleted
Makefile 2 2
File Makefile changed (mode: 100644) (index 62d4fab..2c88d09)
... ... clean:
247 247 $(web_temps) \ $(web_temps) \
248 248 $(bin) $(webbin) $(out_dir)/tests/tests \ $(bin) $(webbin) $(out_dir)/tests/tests \
249 249 tests/test-repo-gcno/test-repo-gcno \ tests/test-repo-gcno/test-repo-gcno \
250 tests/test-repo-gcno/test-repo-gcno.gcda \
251 tests/test-repo-gcno/test-repo-gcno.gcno
250 tests/test-repo-gcno/*.gcda \
251 tests/test-repo-gcno/*.gcno
252 252
253 253 include $(wildcard $(bin_depends) $(tests_depends) $(web_depends)) include $(wildcard $(bin_depends) $(tests_depends) $(web_depends))
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