# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[paths]
source =
    cuda\
    cuda/

[run]
plugins = Cython.Coverage
core = ctrace
branch = False
relative_files = True
# Omits specific definition files that causes plugin errors
omit =
    */windll.pxd
    */_lib/windll.pxd
    */_lib/utils.pxd

[report]
show_missing = true
precision = 2

[html]
show_contexts = True
