JuliaAttic / OldGraphs.jl

Working with graphs in Julia
Other
205 stars 81 forks source link

Make tests pass in Julia 0.6. #240

Closed maxvoxel8 closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #240 into master will decrease coverage by 0.11%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
- Coverage   84.26%   84.15%   -0.12%     
==========================================
  Files          24       24              
  Lines        1468     1483      +15     
==========================================
+ Hits         1237     1248      +11     
- Misses        231      235       +4
Impacted Files Coverage Δ
src/maximum_adjacency_visit.jl 87.32% <100%> (+0.36%) :arrow_up:
src/a_star_spath.jl 88.88% <91.66%> (ø) :arrow_up:
src/graph_visit.jl 52.17% <0%> (-2.38%) :arrow_down:
src/generators.jl 98.52% <0%> (-1.48%) :arrow_down:
src/show.jl 0% <0%> (ø) :arrow_up:
src/dijkstra_spath.jl 93.45% <0%> (+0.06%) :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 ac93fd1...758347a. Read the comment docs.