Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 11, 2022
1 parent 37c70c7 commit 399ee6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RecipesPipeline/src/RecipesPipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ function recipe_pipeline!(plt, plotattributes, args)
return plt
end

# COV_EXCL_START
using SnoopPrecompile

@precompile_setup begin
plotattributes = Dict{Symbol, Any}[
Dict(:x => 1, :y => "", :z => nothing, :seriestype => :path),
Expand Down Expand Up @@ -145,5 +147,6 @@ using SnoopPrecompile
end
end
end
# COV_EXCL_STOP

end

0 comments on commit 399ee6a

Please sign in to comment.