BioJulia / IntervalTrees.jl

A data structure for efficient manipulation of sets of intervals
MIT License
44 stars 17 forks source link

Drop 0.6 #41

Closed bicycle1885 closed 6 years ago

bicycle1885 commented 6 years ago

Supersedes #40. Close #39.

codecov-io commented 6 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.16%. The diff coverage is 93.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   93.28%   93.45%   +0.16%     
==========================================
  Files           3        3              
  Lines         789      794       +5     
==========================================
+ Hits          736      742       +6     
+ Misses         53       52       -1
Impacted Files Coverage Δ
src/slice.jl 93.22% <100%> (ø) :arrow_up:
src/map.jl 77.19% <80%> (ø) :arrow_up:
src/IntervalTrees.jl 94.83% <94.21%> (+0.18%) :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 4cfba59...c29c219. Read the comment docs.

bicycle1885 commented 6 years ago

Travis CI failed on Linux due to timeout, which will be resolved by removing deprecations (I'm working on it).