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

A few changes to the analysis of abstract signatures demo #17

Closed timholy closed 4 years ago

timholy commented 4 years ago

This was work I did on the way to https://github.com/JuliaLang/julia/pull/37193, which essentially moves bits of MethodAnalysis into Julia's own tests.

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will decrease coverage by 0.65%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   92.50%   91.84%   -0.66%     
==========================================
  Files           4        4              
  Lines         280      282       +2     
==========================================
  Hits          259      259              
- Misses         21       23       +2     
Impacted Files Coverage Δ
src/findcallers.jl 87.50% <40.00%> (-1.72%) :arrow_down:

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 2918905...a912d73. Read the comment docs.