Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

[report]
show_missing = true
[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
Loading