// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License or Apache License, Version 2.0
// SPDX-License-Identifier: MIT OR Apache-2.0
pub mod app_tests;
pub mod cli_tests;
pub mod complexity_tests;
pub mod coverage_index_tests;
pub mod coverage_tests;
pub mod file_walker_tests;
pub mod fixtures;
pub mod impl_collector_tests;
pub mod llvm_cov_builder_tests;
pub mod manifest_tests;
pub mod model_tests;
pub mod report_tests;
pub mod source_root_collector_tests;
pub mod source_tests;