testtrim 0.7.2

Intelligently select automated tests to run via code coverage analysis
Documentation
# SPDX-FileCopyrightText: 2024 Mathieu Fenniak <mathieu@fenniak.net>
#
# SPDX-License-Identifier: GPL-3.0-or-later

version = 1

# Autogenerated files don't have a relevant copyright
[[annotations]]
path = [
    "Cargo.lock",
    "flake.lock"
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"

# .sqlx files are generated from queries and contain them; they have the same GPL license as the source that contains
# the queries.
[[annotations]]
path = [
    ".sqlx/*",
]
SPDX-FileCopyrightText = "2024 Mathieu Fenniak <mathieu@fenniak.net>"
SPDX-License-Identifier = "GPL-3.0-or-later"

# Generated test files which occasionally get renamed if syscall tracing changes; it's a bit odd to even imagine these
# have a copyright considering they're generated, but they are relevant parts of this software test suite and until I
# have another good reason I'll mark them as GPL.
[[annotations]]
path = [
    "tests/test_data/*.strace.*",
]
SPDX-FileCopyrightText = "2024 Mathieu Fenniak <mathieu@fenniak.net>"
SPDX-License-Identifier = "GPL-3.0-or-later"