Skip to content

Commit 399ee6a

Browse files
authored
coverage
1 parent 37c70c7 commit 399ee6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RecipesPipeline/src/RecipesPipeline.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ function recipe_pipeline!(plt, plotattributes, args)
105105
return plt
106106
end
107107

108+
# COV_EXCL_START
108109
using SnoopPrecompile
110+
109111
@precompile_setup begin
110112
plotattributes = Dict{Symbol, Any}[
111113
Dict(:x => 1, :y => "", :z => nothing, :seriestype => :path),
@@ -145,5 +147,6 @@ using SnoopPrecompile
145147
end
146148
end
147149
end
150+
# COV_EXCL_STOP
148151

149152
end

0 commit comments

Comments
 (0)