timholy / FlameGraphs.jl

Analysis of profiling data using trees
MIT License
51 stars 12 forks source link

Fix tests on nightly #43

Closed timholy closed 2 years ago

timholy commented 2 years ago

Requires https://github.com/JuliaLang/julia/pull/42482

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (ee09e45) into master (af6e33c) will increase coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   91.07%   91.28%   +0.21%     
==========================================
  Files           5        5              
  Lines         269      287      +18     
==========================================
+ Hits          245      262      +17     
- Misses         24       25       +1     
Impacted Files Coverage Δ
src/render.jl 97.29% <0.00%> (-1.30%) :arrow_down:
src/io.jl 98.33% <0.00%> (+0.15%) :arrow_up:
src/sfcategory.jl 94.59% <0.00%> (+0.30%) :arrow_up:
src/graph.jl 94.11% <0.00%> (+0.50%) :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 af6e33c...ee09e45. Read the comment docs.

IanButterworth commented 2 years ago

Seems good now

timholy commented 2 years ago

Thanks again for all your help getting JuliaLang/julia#42482 done.