Skip to content

Commit 82e11a0

Browse files
committed
Exclude kernel from coverage
1 parent 92594c4 commit 82e11a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/SparseMatrixColoringsCUDAExt.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ end
9898

9999
## Decompression
100100

101+
# COV_EXCL_START
101102
function update_nzval_from_matrix!(
102103
nzVal::AbstractVector, B::AbstractMatrix, compressed_indices::AbstractVector{<:Integer}
103104
)
@@ -108,6 +109,7 @@ function update_nzval_from_matrix!(
108109
end
109110
return nothing
110111
end
112+
# COV_EXCL_STOP
111113

112114
for R in (:ColumnColoringResult, :RowColoringResult, :StarSetColoringResult)
113115
# loop to avoid method ambiguity

0 commit comments

Comments
 (0)