timholy / MethodAnalysis.jl

Utilities to analyze Julia's method tables
https://timholy.github.io/MethodAnalysis.jl/stable/
MIT License
94 stars 3 forks source link

Avoid error on methods(Vararg) #4

Closed timholy closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   94.26%   94.30%   +0.03%     
==========================================
  Files           3        3              
  Lines         157      158       +1     
==========================================
+ Hits          148      149       +1     
  Misses          9        9              
Impacted Files Coverage Δ
src/visit.jl 92.04% <100.00%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf4058c...8e08235. Read the comment docs.