li7y/.tarpaulin.toml
Simon Bruder 42709a63b1
All checks were successful
/ build (push) Successful in 3m0s
WIP: Add unit tests
2024-07-27 16:15:16 +02:00

17 lines
469 B
TOML

# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[default]
# Tarpaulin uses custom options
# that are incompatible with the default options.
# This sets a different target directory,
# so the files from tarpaulin do not interfere with the regular outputs.
target-dir = ".tarpaulin_target"
# Do not recompile everything on every run
skip-clean = true
[report]
out = ["Html"]
output-dir = "target/tarpaulin"