Skip to content

Commit 583aad4

Browse files
committed
Exclude CUDA functions from test coverage
1 parent 60a8114 commit 583aad4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
omit =
33
*test_*
44
*__init__*
5-
*plotting*
5+
*plotting*
6+
exclude_also =
7+
; Exclude functions requiring CUDA from coverage
8+
def \w+_cuda(?:|_\w+)\(

0 commit comments

Comments
 (0)