We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec6988 commit f040e38Copy full SHA for f040e38
2 files changed
.coveragerc
@@ -1,9 +1,24 @@
1
-# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3
4
-[report]
5
-show_missing = true
+[paths]
+source =
6
+ cuda\
7
+ cuda/
8
9
[run]
10
plugins = Cython.Coverage
11
core = ctrace
12
+branch = False
13
+relative_files = True
14
+# Omit Windows-specific definition file that causes plugin errors
15
+omit =
16
+ */windll.pxd
17
+ */_lib/windll.pxd
18
+
19
+[report]
20
+show_missing = true
21
+precision = 2
22
23
+[html]
24
+show_contexts = True
0 commit comments