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

Make this a real package #1

Closed timholy closed 4 years ago

timholy commented 4 years ago

...with more functionality, more tests, and documentation. Once this merges I'll register it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #1 into master will increase coverage by 12.87%. The diff coverage is 93.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #1       +/-   ##
===========================================
+ Coverage   83.33%   96.21%   +12.87%     
===========================================
  Files           3        3               
  Lines          66      132       +66     
===========================================
+ Hits           55      127       +72     
+ Misses         11        5        -6     
Impacted Files Coverage Δ
src/MethodAnalysis.jl 92.85% <92.00%> (+76.19%) :arrow_up:
src/backedges.jl 94.59% <92.30%> (-5.41%) :arrow_down:
src/visit.jl 98.50% <96.55%> (+10.75%) :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 65340b6...c4d6d64. Read the comment docs.