Skip to content

Commit 3211cce

Browse files
committed
Skip coverage
1 parent a8a2dbd commit 3211cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nonlinear/ReverseAD/Coloring/Coloring.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function _IntDisjointSet(n)
191191
@static if isdefined(DataStructures, :IntDisjointSet)
192192
return DataStructures.IntDisjointSet(n)
193193
else
194-
return DataStructures.IntDisjointSets(n)
194+
return DataStructures.IntDisjointSets(n) # COV_EXCL_LINE
195195
end
196196
end
197197

0 commit comments

Comments
 (0)