blob: d189cb56a2a6a7270b442b22c544c83d53ccf2d8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
# SPDX-License-Identifier: CC0-1.0
#lcov -c -o cov.info -d build -b .
exclude = /usr/include/*
exclude = build/_deps/*
exclude = build/deps/*
ignore_errors = unused,empty,inconsistent
|