li7y/.tarpaulin.toml
Simon Bruder df6fb22079
All checks were successful
/ build (push) Successful in 2m33s
WIP: Add unit tests
TODO:

- add fixture to avoid code duplication
2024-07-25 22:43:58 +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"