# SPDX-FileCopyrightText: 2024 Simon Bruder # # 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"